From: Kurt Zeilenga Date: Mon, 16 Aug 1999 19:09:40 +0000 (+0000) Subject: printf "ALL" to stderr. X-Git-Tag: TWEB_OL_BASE~205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f5259636020e0a25531e4f4ae9fc66c6976881c;p=openldap printf "ALL" to stderr. --- diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index dcca1ef141..6a3a90d511 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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 ] );