mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
ITS#7860 more for #5366, ldap_ava definition
This commit is contained in:
parent
b54ae0e2bd
commit
d951a4288b
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ is defined as:
|
|||
.ft B
|
||||
|
||||
typedef struct ldap_ava {
|
||||
char *la_attr;
|
||||
struct berval *la_value;
|
||||
struct berval la_attr;
|
||||
struct berval la_value;
|
||||
unsigned la_flags;
|
||||
} LDAPAVA;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue