ITS#7582 CLDAP, avoid ref to uninit'd memory

This commit is contained in:
Howard Chu 2013-05-23 12:36:15 -07:00
parent 3d5e7ef0d2
commit 63312f109f

View File

@ -367,6 +367,9 @@ ldap_send_server_request(
}
/* Extract requestDN for future reference */
#ifdef LDAP_CONNECTIONLESS
if ( !LDAP_IS_UDP(ld) )
#endif
{
BerElement tmpber = *ber;
ber_int_t bint;