[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#7860) [PATCH] correction to ldap_ava in ldap_get_dn.3
- To: openldap-its@OpenLDAP.org
- Subject: Re: (ITS#7860) [PATCH] correction to ldap_ava in ldap_get_dn.3
- From: hyc@symas.com
- Date: Fri, 18 Jul 2014 18:27:37 GMT
- Auto-submitted: auto-generated (OpenLDAP-ITS)
ryan@nardis.ca wrote:
> 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,
Thanks, fixed now in master.
>
> 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
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/