Full_Name: Ryan Tandy Version: master/b22a614, RE24/d961650 OS: Debian unstable URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=38;bug=465024 Submission from: (NULL) (24.68.121.206)
Hi,
In Debian bug #465024, Philipp Hahn has provided the following patch, supplementing the change from ITS#5366:
Index: openldap-2.4.39/doc/man/man3/ldap_get_dn.3 =================================================================== --- openldap-2.4.39.orig/doc/man/man3/ldap_get_dn.3 2014-02-21 00:12:24.000000000 +0100 +++ openldap-2.4.39/doc/man/man3/ldap_get_dn.3 2014-04-17 11:28:10.468925942 +0200 @@ -82,8 +82,8 @@ .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;
It looks correct to me. (I assume the omission of la_private is intentional.)
thanks, Ryan