mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
ldap_msgfree() can take a result chain, not just a single result.
This commit is contained in:
parent
9290801052
commit
7c5d23dd05
1 changed files with 5 additions and 4 deletions
|
|
@ -96,13 +96,14 @@ The possible result types returned are:
|
||||||
The
|
The
|
||||||
.B ldap_msgfree()
|
.B ldap_msgfree()
|
||||||
routine is used to free the memory allocated for
|
routine is used to free the memory allocated for
|
||||||
a result by
|
result(s) by
|
||||||
.B ldap_result()
|
.B ldap_result()
|
||||||
or
|
or
|
||||||
.BR ldap_search_s (3)
|
.BR ldap_search_s (3)
|
||||||
and friends. It takes
|
and friends.
|
||||||
a pointer to the result to be freed and returns the type of the
|
It takes a pointer to the result or result chain to be freed and returns
|
||||||
message it freed.
|
the type of the last message in the chain.
|
||||||
|
If the parameter is NULL, the function does nothing and returns zero.
|
||||||
.LP
|
.LP
|
||||||
The
|
The
|
||||||
.B ldap_msgtype()
|
.B ldap_msgtype()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue