From: Pierangelo Masarati Date: Mon, 2 Jan 2006 10:19:27 +0000 (+0000) Subject: clarify that "result" is undefined in case of failure (we had reports of developers... X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~488 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=683a339ea7e42eba9fbf515ae3c560216ea9e83e;p=openldap clarify that "result" is undefined in case of failure (we had reports of developers trying to ldap_msgfree() it) --- diff --git a/doc/man/man3/ldap_result.3 b/doc/man/man3/ldap_result.3 index 34756156d3..ebfb5f2f27 100644 --- a/doc/man/man3/ldap_result.3 +++ b/doc/man/man3/ldap_result.3 @@ -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.