]> git.sur5r.net Git - openldap/commitdiff
add exit, check commitlogs
authorKurt Zeilenga <kurt@openldap.org>
Thu, 5 Nov 1998 06:18:06 +0000 (06:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 5 Nov 1998 06:18:06 +0000 (06:18 +0000)
libraries/libldap/apitest.c

index 5854497f852c11e2dc66ce72aafd1e1229326957..f83710d74e9537ff900d862f5ea2fdbf9e1e4319 100644 (file)
@@ -105,4 +105,6 @@ main(int argc, char **argv)
                exit(-1);
        }
        printf("  TIMELIMIT:         %d\n", ival);
+
+       exit(0);
 }