From 5adb15f6816339150bf20b86ac026c83f22b59a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Tue, 15 Jun 1999 12:28:54 +0000 Subject: [PATCH] More error codes. --- servers/slapd/schemaparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/slapd/schemaparse.c b/servers/slapd/schemaparse.c index 49d95281f8..4e4ea44216 100644 --- a/servers/slapd/schemaparse.c +++ b/servers/slapd/schemaparse.c @@ -29,7 +29,8 @@ static char *err2text[] = { "OID or name required", "Syntax or superior required", "Matchingrule not found", - "Syntax not found" + "Syntax not found", + "Syntax required" }; char * -- 2.39.5