mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix off by one error in erorr reporting
This commit is contained in:
parent
03a4901b5f
commit
a5f29741a6
@ -22,6 +22,7 @@ static void oc_usage(void);
|
|||||||
static void at_usage(void);
|
static void at_usage(void);
|
||||||
|
|
||||||
static char *const err2text[] = {
|
static char *const err2text[] = {
|
||||||
|
"Success",
|
||||||
"Out of memory",
|
"Out of memory",
|
||||||
"ObjectClass not found",
|
"ObjectClass not found",
|
||||||
"ObjectClass inappropriate SUPerior",
|
"ObjectClass inappropriate SUPerior",
|
||||||
|
Loading…
Reference in New Issue
Block a user