]> jfr.im git - solanum.git/blobdiff - modules/m_kline.c
remove RB_IPV6
[solanum.git] / modules / m_kline.c
index 7c55fc55dedd823c4f7810275fed73863dc2d7e1..abcfa1e70a78e55998011629838b4419eae531c7 100644 (file)
@@ -715,11 +715,9 @@ already_placed_kline(struct Client *source_p, const char *luser, const char *lho
                bits = 0;
                if((t = parse_netmask(lhost, &iphost, &bits)) != HM_HOST)
                {
-#ifdef RB_IPV6
                        if(t == HM_IPV6)
                                t = AF_INET6;
                        else
-#endif
                                t = AF_INET;
 
                        piphost = &iphost;