From 9a8150e27cf3ca1fa11d382d4396923a19ffb7db Mon Sep 17 00:00:00 2001 From: Arvid Requate Date: Fri, 11 Jan 2013 14:17:06 +0100 Subject: [PATCH] s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup --- source4/libcli/resolve/dns_ex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 7f5b841..bc64e8d 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; } -- 1.7.10.4