From: Kurt Zeilenga Date: Thu, 20 Jun 2002 20:46:16 +0000 (+0000) Subject: Fix off by one error in erorr reporting X-Git-Tag: NO_SLAP_OP_BLOCKS~1403 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a5f29741a61f6f2fc0b58662858261d066a9bc1c;p=openldap Fix off by one error in erorr reporting --- diff --git a/servers/slapd/schemaparse.c b/servers/slapd/schemaparse.c index 10e92f827c..c3e8f0b6a6 100644 --- a/servers/slapd/schemaparse.c +++ b/servers/slapd/schemaparse.c @@ -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",