From 683a339ea7e42eba9fbf515ae3c560216ea9e83e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 2 Jan 2006 10:19:27 +0000 Subject: [PATCH] clarify that "result" is undefined in case of failure (we had reports of developers trying to ldap_msgfree() it) --- doc/man/man3/ldap_result.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5