Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
7c5d23dd
Commit
7c5d23dd
authored
Jul 22, 2003
by
Hallvard Furuseth
Browse files
ldap_msgfree() can take a result chain, not just a single result.
parent
92908010
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man3/ldap_result.3
View file @
7c5d23dd
...
...
@@ -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()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment