mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
printf "ALL" to stderr.
This commit is contained in:
parent
412e734763
commit
3f52596360
@ -415,7 +415,7 @@ main( int argc, char **argv )
|
||||
filtpattern );
|
||||
|
||||
if ( attrs == NULL ) {
|
||||
printf( "ALL" );
|
||||
fprintf( stderr, "ALL" );
|
||||
} else {
|
||||
for ( i = 0; attrs[ i ] != NULL; ++i ) {
|
||||
fprintf( stderr, "%s ", attrs[ i ] );
|
||||
|
Loading…
Reference in New Issue
Block a user