mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
remove printf
This commit is contained in:
parent
e258f53be2
commit
5288450294
@ -925,8 +925,6 @@ static int dosearch(
|
||||
rc = ldap_search_ext( ld, base, scope, filter, attrs, attrsonly,
|
||||
sctrls, cctrls, timeout, sizelimit, &msgid );
|
||||
|
||||
printf("msgid = %d\n", msgid);
|
||||
|
||||
if ( filtpatt != NULL ) {
|
||||
free( filter );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user