]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Fix for bug #349: NOTE there is important caveat about this in the example config...
[user/henk/code/inspircd.git] / include / dns.h
index e5f721770ce50553a64ee663cfba17372f23a620..b00c57201f1062b0079052904f65fea830ad82b5 100644 (file)
@@ -162,7 +162,7 @@ enum QueryType
        DNS_QUERY_AAAA  = 28,           /* 'AAAA' record: an ipv6 address */
 
        DNS_QUERY_PTR4  = 0xFFFD,       /* Force 'PTR' to use IPV4 scemantics */
-       DNS_QUERY_PTR6  = 0xFFFE,       /* Force 'PTR' to use IPV6 scemantics */
+       DNS_QUERY_PTR6  = 0xFFFE        /* Force 'PTR' to use IPV6 scemantics */
 };
 
 #ifdef IPV6