]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Wed, 14 Feb 2007 01:06:51 +0000 (01:06 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 14 Feb 2007 01:06:51 +0000 (01:06 +0000)
tests/progs/slapd-search.c

index e0b6b1d5c56c43031b86b3fb6c27260d30654b00..7ad90d20e45661c1df123378297037cd2730faad 100644 (file)
@@ -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 ) {