mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 00:33:43 -05:00
remove printf
This commit is contained in:
parent
e258f53be2
commit
5288450294
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue