cldap: use ipv4 not up for unbound cldap sockets
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Sep 2010 21:49:12 +0000 (07:49 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Sep 2010 05:39:35 +0000 (15:39 +1000)
commit4ff452151a1d253b44cccfce034873c260ff414c
treea227b50296c4485a63aac440d0929416ee733ab3
parentdbc9b185afa2fe59f73526b081ef6acff7d61aaa
cldap: use ipv4 not up for unbound cldap sockets

If we use "ip" we end up with a PF_INET6 socket which breaks sendto()
for v4 addresses.
libcli/cldap/cldap.c