From bdc172aca541046fd03b2b0cd69e054fe03d3a89 Mon Sep 17 00:00:00 2001 From: Arvid Requate Date: Fri, 11 Jan 2013 14:17:06 +0100 Subject: s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555) Reviewed-by: Stefan Metzmacher --- source4/libcli/resolve/dns_ex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli') 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; } -- cgit