mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
More error codes.
This commit is contained in:
parent
803d6d1204
commit
5adb15f681
1 changed files with 2 additions and 1 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue