]> git.sur5r.net Git - openldap/commit
ITS#7583 Fix ldap_init_fd() for LDAP_PROTO_UDP
authorStef Walter <stefw@redhat.com>
Fri, 3 May 2013 07:20:14 +0000 (09:20 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 24 May 2013 19:30:00 +0000 (12:30 -0700)
commit98f5795e804f6870b5b179103be3af7e474dd0f9
treeb0f65cb3bf490a1bc3c8963c012b8a8de6e33046
parent4a798e04a1dab6f016c1686172108390cd669b27
ITS#7583 Fix ldap_init_fd() for LDAP_PROTO_UDP

ldap_init_fd() tried to handle UDP sockets but was missing
certain key pieces to make it work. Fill in the address and
set the UDP flag correctly.
libraries/libldap/open.c