]> jfr.im git - solanum.git/blobdiff - modules/m_kline.c
Remove stray SetCork.
[solanum.git] / modules / m_kline.c
index c9b21ae40f19cf10969b28d93f20d157beb9ec6f..04a936c771fec80e030bdcfd2dc01619f67fca90 100644 (file)
@@ -174,7 +174,7 @@ mo_kline(struct Client *client_p, struct Client *source_p,
        if(already_placed_kline(source_p, user, host, tkline_time))
                return 0;
 
-       set_time();
+       rb_set_time();
        current_date = smalldate();
        aconf = make_conf();
        aconf->status = CONF_KILL;
@@ -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