ITS#7860 more for #5366, ldap_ava definition

This commit is contained in:
Howard Chu 2014-07-18 11:26:33 -07:00
parent b54ae0e2bd
commit d951a4288b

View File

@ -82,8 +82,8 @@ is defined as:
.ft B .ft B
typedef struct ldap_ava { typedef struct ldap_ava {
char *la_attr; struct berval la_attr;
struct berval *la_value; struct berval la_value;
unsigned la_flags; unsigned la_flags;
} LDAPAVA; } LDAPAVA;