From cf2f4d3e296c481d6670cb03a324622ef8f2bf2a Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Thu, 3 Jan 2013 07:34:37 +0000 Subject: [PATCH] SVN revision: 82013 Signed-off-by: Mike McCormack SVN revision: 82044 --- src/lib/ecore_con/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_con/dns.c b/src/lib/ecore_con/dns.c index ab36b4b6ac..fad42e974b 100644 --- a/src/lib/ecore_con/dns.c +++ b/src/lib/ecore_con/dns.c @@ -1035,7 +1035,7 @@ update: goto error; count = ntohs(dns_header(P)->arcount) + 1; - dns_header(P)->arcount = ntohs(dns_header(P)->arcount) + 1; + dns_header(P)->arcount = htons(count); P->ar.end = P->end;