r25565: Fix unintended consequence change for IPv6 noticed
authorJeremy Allison <jra@samba.org>
Mon, 8 Oct 2007 02:48:03 +0000 (02:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:14 +0000 (12:31 -0500)
commit2827bbe0f853d413b6fcb0eb676048c041cea713
treeb8f3a3cd6916c252a903e4960f859ab574a72c8a
parentd100bfffe2a503b8820889faedc6ed57100ca7af
r25565: 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.
source/lib/util_sock.c