Remove spurious cvalue=NULL printf argument.

This commit is contained in:
Hallvard Furuseth 2005-07-17 11:49:27 +00:00
parent a043d4d356
commit 2bdc980a4b

View file

@ -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;