clarify that "result" is undefined in case of failure (we had reports of developers trying to ldap_msgfree() it)

This commit is contained in:
Pierangelo Masarati 2006-01-02 10:19:27 +00:00
parent 959a3651b9
commit 683a339ea7

View File

@ -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.