From ff6065619488984706b59256d241e9f44cde0652 Mon Sep 17 00:00:00 2001 From: Henrique Dante de Almeida Date: Tue, 8 May 2012 16:20:56 -0300 Subject: [PATCH] dnsproxy: Remove dead assignment --- src/dnsproxy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dnsproxy.c b/src/dnsproxy.c index 4e08d1c..d1f5e9c 100644 --- a/src/dnsproxy.c +++ b/src/dnsproxy.c @@ -1201,7 +1201,6 @@ static int reply_query_type(unsigned char *msg, int len) /* now the query, which is a name and 2 16 bit words */ l = dns_name_length(c) + 1; c += l; - len -= l; w = (uint16_t *) c; type = ntohs(*w); -- 2.7.4