[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAP C API: ldap_result and LDAP_RES_UNSOLICITED (0)



(I said my previous comment was going to be my last... I lied :-)

In regards to ldap_result():

msgid	The message id of the operation whose results are to
	be returned or the constant LDAP_RES_ANY (-1) if any result
	is desired.

I desire unsolicited messages, the above wording doesn't clarify
that msgid of zero may used to obtain unsolicited results.  I
believe the macro LDAP_RES_UNSOLICITED (0) be introduced and above
text replaced with:

msgid	The message id of the operation whose results are to
	be returned, the constant LDAP_RES_UNSOLICITED (0) if
	any unsolicited result is desired, or the constant
	LDAP_RES_ANY (-1) if any result is desired.


Regards, Kurt