Skip to content
Snippets Groups Projects
Commit 2bdc980a authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove spurious cvalue=NULL printf argument.

parent a043d4d3
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment