diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 333ad6fe4f..29bd04c939 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -338,8 +338,7 @@ handle_private_option( int i ) exit( EXIT_FAILURE ); } } else { - fprintf( stderr, _("Invalid value for PagedResultsControl.\n"), - cvalue); + fprintf(stderr, _("Invalid value for PagedResultsControl.\n")); exit( EXIT_FAILURE ); } pageSize = (ber_int_t) tmp;