]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Revert "One more fix."
authorHaw Loeung <haw.loeung@canonical.com>
Fri, 15 Aug 2014 23:32:36 +0000 (09:32 +1000)
committerHaw Loeung <haw.loeung@canonical.com>
Fri, 15 Aug 2014 23:32:36 +0000 (09:32 +1000)
This reverts commit c02701de3bc91760b0f7af67a08d4b2189b6510f.

dns.c

diff --git a/dns.c b/dns.c
index 488b62765b0047feb706484ae36875db9cb95b24..75bb267738d690852ac31ce5d2b15f7f2f37d6e7 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -57,7 +57,7 @@
 
 #ifdef ENABLE_IPV6
 #ifdef __GLIBC__
-#define NSCOUNT (myres.nscount + myres._u._ext.nscount6)
+#define NSCOUNT myres.nscount + myres._u._ext.nscount6
 #define NSCOUNT6 myres._u._ext.nscount6
 #define NSSOCKADDR6(i) (myres._u._ext.nsaddrs[i])
 #else