Skip to content
Snippets Groups Projects
Commit 225e0014 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix exit code

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