From 3f5259636020e0a25531e4f4ae9fc66c6976881c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 16 Aug 1999 19:09:40 +0000 Subject: [PATCH] printf "ALL" to stderr. --- clients/tools/ldapsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ); -- 2.39.5