mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
Fix filter printing
This commit is contained in:
parent
80e026a1b6
commit
39d364c710
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ static int dosearch(
|
|||
sprintf( filter, filtpatt, value );
|
||||
|
||||
if ( verbose ) {
|
||||
fprintf( stderr, "filter is: (%s)\n", filter );
|
||||
fprintf( stderr, "filter: %s\n", filter );
|
||||
}
|
||||
|
||||
if( ldif < 2 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue