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)
commitf7055aef172663f1b511c72ce9f3ec62c8ed0c0d
treeb70c81640e21bc91a6fc995cc5c02619f1ae1686
parentb5535567c11552ed675ecc489d440558f91f1d1d
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.
(This used to be commit 2827bbe0f853d413b6fcb0eb676048c041cea713)
source3/lib/util_sock.c