]> 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)
committerHoward Chu <hyc@openldap.org>
Thu, 23 May 2013 19:40:09 +0000 (12:40 -0700)
commitffe383c27bdeb017226a41682f4013d7ca3dd344
tree7fe4cbaf1a713bd49a28d65d0e4e0839731263d5
parent63312f109f4ca677979b62d34f30edbf68395a18
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