mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
New error code for null string input.
This commit is contained in:
parent
2c6f4abc0a
commit
7129d11e8f
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ LDAP_BEGIN_DECL
|
|||
#define LDAP_SCHERR_BADDESC 7
|
||||
#define LDAP_SCHERR_BADSUP 8
|
||||
#define LDAP_SCHERR_DUPOPT 9
|
||||
#define LDAP_SCHERR_EMPTY 10
|
||||
|
||||
typedef struct ldap_attributetype {
|
||||
char *at_oid; /* REQUIRED */
|
||||
|
|
|
|||
Loading…
Reference in a new issue