From a5f29741a61f6f2fc0b58662858261d066a9bc1c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 20 Jun 2002 20:46:16 +0000 Subject: [PATCH] Fix off by one error in erorr reporting --- servers/slapd/schemaparse.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.5