mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 11:29:27 -05:00
Fix off by one error in erorr reporting
This commit is contained in:
parent
03a4901b5f
commit
a5f29741a6
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue