Fix unintended consequence change for IPv6 noticed
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 8 Oct 2007 02:48:03 +0000 (02:48 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 8 Oct 2007 02:48:03 +0000 (02:48 +0000)
commit136bb6d417817051c595d5792cc09c46c0d1ca58
tree5edb3100af841e0d62833f755172cb2103a6c910
parent53e57ad6112e7dd9216a378a11c2a63d0edad285
Fix unintended consequence change for IPv6 noticed
by Volker. We used to return 0.0.0.0 for the text
address of an uninitialized socket - ensure we
still do so. Once uninitialized address is as
good as any other.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25565 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/lib/util_sock.c