mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7860 more for #5366, ldap_ava definition
This commit is contained in:
parent
b54ae0e2bd
commit
d951a4288b
@ -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 New Issue
Block a user