s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 interfaces
authorStefan Metzmacher <metze@samba.org>
Sun, 10 Jul 2011 13:13:45 +0000 (15:13 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 10 Jul 2011 15:11:14 +0000 (17:11 +0200)
commit1be5a9b1fdbf891749615e87391cdd2a9c4d7113
treec8274346852d5deb2641b591c83d3715b0c274c1
parent957876e76c6e11fc6641107a2c0dc4440be5791d
s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 interfaces

If glibc has IPv6 support, but it's not enabled in the running kernel
we should not try to listen on "::".

metze
source4/lib/socket/interface.c