mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
clarify that "result" is undefined in case of failure (we had reports of developers trying to ldap_msgfree() it)
This commit is contained in:
parent
959a3651b9
commit
683a339ea7
@ -72,7 +72,8 @@ all references, all extended partial responses, and the final search
|
||||
result have been received.
|
||||
.LP
|
||||
Upon success, the type of the result received is returned and the
|
||||
\fIresult\fP parameter will contain the result of the operation. This
|
||||
\fIresult\fP parameter will contain the result of the operation;
|
||||
otherwise, the \fIresult\fP parameter is undefined. This
|
||||
result should be passed to the LDAP parsing routines,
|
||||
.BR ldap_first_message (3)
|
||||
and friends, for interpretation.
|
||||
|
Loading…
Reference in New Issue
Block a user