]> git.sur5r.net Git - openldap/commitdiff
ITS#5366
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 18:57:32 +0000 (18:57 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 18:57:32 +0000 (18:57 +0000)
CHANGES
doc/man/man3/ldap_get_dn.3

diff --git a/CHANGES b/CHANGES
index 03089f77347e3619a34afca06583672661d61e8e..52de6498f9855aedd50f0803ddd9d352fc853cfc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ OpenLDAP 2.4 Change Log
 OpenLDAP 2.4.20 Engineering
        Fixed libldap uninitialized return value (ITS#6355)
        Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
+       Documentation
+               ldap_get_dn(3) typos (ITS#5366)
 
 OpenLDAP 2.4.19 Release (2009/10/06)
        Fixed client tools with null timeouts (ITS#6282)
index 0ce5c2e1680e2b49ce162859c2894ea29061b156..7ac12015c575027418c527c651626bea60dfb54a 100644 (file)
@@ -15,7 +15,7 @@ OpenLDAP LDAP (libldap, \-lldap)
 char *ldap_get_dn( LDAP *ld, LDAPMessage *entry )
 .LP
 .ft B
-int ldap_str2dn( const char *str, LDAPDN **dn, unsigned flags )
+int ldap_str2dn( const char *str, LDAPDN *dn, unsigned flags )
 .LP
 .ft B
 int ldap_dn2str( LDAPDN *dn, char **str, unsigned flags )
@@ -79,7 +79,7 @@ typedef struct ldap_ava {
 } LDAPAVA;
 
 typedef LDAPAVA** LDAPRDN;
-typedef LDAPRDN** LDAPDN;
+typedef LDAPRDN* LDAPDN;
 
 .ft
 .fi