RE: Exception handling!!!
"Pratima Shet" <[email protected]> Thu, 22 Apr 2010 10:45:57 +0530
| Newsgroups | gmane.network.openldap.general |
|---|---|
| Message-ID | <9D5E1752379A43408015F7FE984661150808D6D2@CHNEXVS01.VSNLXCHANGE.COM> |
Thanks for your reply.
In last mail, I have mentioned ldap API's used in my code. After all API call, am checking the return value. If it is success, then only am going for next api call, otherwise I will return from that point.
In that crash scenario, ldap_start_tls_s() returned LDAP_SUCCESS, but it crashed inside
ldap_sasl_interactive_bind_s().
That is why, I suspected ldap_start_tls_s() has corrupted the handle.