]> git.sur5r.net Git - openldap/commitdiff
ldap_msgfree() can take a result chain, not just a single result.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 22 Jul 2003 18:30:59 +0000 (18:30 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 22 Jul 2003 18:30:59 +0000 (18:30 +0000)
doc/man/man3/ldap_result.3

index 61bbfbee2e89fdc6d984726b35795eec0964ce1a..1932aeedb6145c78336b172ba06e014e41b63113 100644 (file)
@@ -96,13 +96,14 @@ The possible result types returned are:
 The
 .B ldap_msgfree()
 routine is used to free the memory allocated for
-a result by
+result(s) by
 .B ldap_result()
 or
 .BR ldap_search_s (3)
-and friends.  It takes
-a pointer to the result to be freed and returns the type of the
-message it freed.
+and friends.
+It takes a pointer to the result or result chain to be freed and returns
+the type of the last message in the chain.
+If the parameter is NULL, the function does nothing and returns zero.
 .LP
 The
 .B ldap_msgtype()