mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
fix exit code
This commit is contained in:
parent
59d4b38a7c
commit
225e0014eb
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ do_random( char *uri, char *manager, struct berval *passwd,
|
|||
if ( !values ) {
|
||||
fprintf( stderr, " PID=%ld - Search base=\"%s\" filter=\"%s\" got %d values.\n",
|
||||
(long) pid, sbase, filter, nvalues );
|
||||
exit(EXIT_FAIL);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if ( do_retry == maxretries ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue