mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Fix filter printing
This commit is contained in:
parent
80e026a1b6
commit
39d364c710
@ -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…
x
Reference in New Issue
Block a user