]> jfr.im git - solanum.git/blobdiff - modules/m_dline.c
Remove stray SetCork.
[solanum.git] / modules / m_dline.c
index 203e600149b9a44237d856c9de803e0503dc309d..42c134ecba7d3f03f719b64b7cf53fa72af8e957 100644 (file)
@@ -154,7 +154,7 @@ mo_dline(struct Client *client_p, struct Client *source_p,
                const char *creason;
                int t = AF_INET, ty, b;
                ty = parse_netmask(dlhost, (struct sockaddr *)&daddr, &b);
-#ifdef IPV6
+#ifdef RB_IPV6
                if(ty == HM_IPV6)
                        t = AF_INET6;
                 else