From b14375407cbaa7ff62195061d8502cb3786942ae Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 3 Aug 2006 18:55:19 +0000 Subject: [PATCH] Its ip6.arpa, not ip6.int? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4680 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dns.cpp b/src/dns.cpp index 2c4cd807b..852c9282e 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -482,7 +482,7 @@ void DNS::MakeIP6Int(char* query, const in6_addr *ip) *query++ = hex[(ip->s6_addr[index] & 0xF0) >> 4]; *query++ = '.'; /* Seperator */ } - strcpy(query,"ip6.int"); /* Suffix the string */ + strcpy(query,"ip6.arpa"); /* Suffix the string */ } /* Return the next id which is ready, and the result attached to it */ -- 2.39.5