mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Set protocol to LDAP_VERSION2 on UDP session.
This commit is contained in:
parent
af8769b06d
commit
926b454765
@ -479,6 +479,7 @@ long connection_init(
|
||||
if (tls_udp_option == 2)
|
||||
{
|
||||
c->c_is_udp = 1;
|
||||
c->c_protocol = LDAP_VERSION2;
|
||||
#ifdef LDAP_DEBUG
|
||||
ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_debug,
|
||||
LBER_SBIOD_LEVEL_PROVIDER, (void*)"udp_" );
|
||||
|
Loading…
Reference in New Issue
Block a user