]> git.sur5r.net Git - openldap/commitdiff
Fix off by one error in erorr reporting
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 Jun 2002 20:46:16 +0000 (20:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 Jun 2002 20:46:16 +0000 (20:46 +0000)
servers/slapd/schemaparse.c

index 10e92f827cb260fa4a791324a507b29323094ab2..c3e8f0b6a69d80af83a6fd352fcecc6b5ebdbe86 100644 (file)
@@ -22,6 +22,7 @@ static void           oc_usage(void);
 static void            at_usage(void);
 
 static char *const err2text[] = {
+       "Success",
        "Out of memory",
        "ObjectClass not found",
        "ObjectClass inappropriate SUPerior",