From c7358d3965e02a772dd050223e30261abb9ac492 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 (bug #9555) Reviewed-by: Stefan Metzmacher (cherry picked from commit bdc172aca541046fd03b2b0cd69e054fe03d3a89) --- 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.9.5