diff options
author | Arvid Requate <requate@univention.de> | 2013-01-11 14:17:06 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-12 10:32:28 +0100 |
commit | bdc172aca541046fd03b2b0cd69e054fe03d3a89 (patch) | |
tree | 75ecb96e5ae6f56dc95b6fe4acd75085f3b81886 /source4/libcli | |
parent | 8ae1c4636ebfbdb8d77a04dbad6edb52dfb671fc (diff) | |
download | samba-bdc172aca541046fd03b2b0cd69e054fe03d3a89.tar.gz samba-bdc172aca541046fd03b2b0cd69e054fe03d3a89.tar.bz2 samba-bdc172aca541046fd03b2b0cd69e054fe03d3a89.zip |
s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/resolve/dns_ex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 7f5b84191a..bc64e8dd8d 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -140,6 +140,7 @@ static int reply_to_addrs(TALLOC_CTX *mem_ctx, uint32_t *a_num, if (addr == NULL) { continue; } + break; default: continue; } |