]> git.sur5r.net Git - openldap/commitdiff
printf "ALL" to stderr.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 16 Aug 1999 19:09:40 +0000 (19:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 16 Aug 1999 19:09:40 +0000 (19:09 +0000)
clients/tools/ldapsearch.c

index dcca1ef1413287b5dac7ab70a30dc60a89cf7a11..6a3a90d51156ed221279ebad588a0d38314ad6b6 100644 (file)
@@ -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 ] );