]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Change the behaviour of insp in windows to keep its window open, with some status...
[user/henk/code/inspircd.git] / include / dns.h
index 3deb7d3c886b379289950015ac0a4bf9de7da0d0..e5f721770ce50553a64ee663cfba17372f23a620 100644 (file)
@@ -167,12 +167,10 @@ enum QueryType
 
 #ifdef IPV6
 const QueryType DNS_QUERY_FORWARD = DNS_QUERY_AAAA;
-const QueryType DNS_QUERY_REVERSE = DNS_QUERY_PTR;
 #else
 const QueryType DNS_QUERY_FORWARD = DNS_QUERY_A;
-const QueryType DNS_QUERY_REVERSE = DNS_QUERY_PTR;
 #endif
-
+const QueryType DNS_QUERY_REVERSE = DNS_QUERY_PTR;
 /**
  * Used internally to force PTR lookups to use a certain protocol scemantics,
  * e.g. x.x.x.x.in-addr.arpa for v4, and *.ip6.arpa for v6.