]> jfr.im git - solanum.git/blobdiff - modules/m_kline.c
Remove ^M on line endings.
[solanum.git] / modules / m_kline.c
index 7e6631a3d316e7db6e2760ad2bae54443d1ea224..04a936c771fec80e030bdcfd2dc01619f67fca90 100644 (file)
@@ -701,7 +701,7 @@ already_placed_kline(struct Client *source_p, const char *luser, const char *lho
                bits = 0;
                if((t = parse_netmask(lhost, (struct sockaddr *)&iphost, &bits)) != HM_HOST)
                {
-#ifdef IPV6
+#ifdef RB_IPV6
                        if(t == HM_IPV6)
                                t = AF_INET6;
                        else