]> git.sur5r.net Git - openldap/commit
From: vtag@novell.com
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 23:44:44 +0000 (23:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 23:44:44 +0000 (23:44 +0000)
commit33fb0e055b035fd8e4a85dbdce8e21cf428095c2
tree490c5b0c0107b3809b06231ab8e762f6a4e0fd90
parentfc6c7fefccd08b35f2f2c2a9ce956db0daeb7a25
From: vtag@novell.com
Subject: Bug in ldap_parse_result function (ITS#643)

If a user is using ldap result to obtain search results one message
at a time and calls ldap_parse_result on one of those messages, i.e.
the message chain does not have an LDAP_RES_SEARCH_RESULT message
in the chain, ldap_parse_result returns a LDAP_DECODING_ERROR
instead of LDAP_NO_RESULTS_RETURNED.
libraries/libldap/error.c