mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 17:32:54 -05:00
Remove spurious cvalue=NULL printf argument.
This commit is contained in:
parent
a043d4d356
commit
2bdc980a4b
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue