m_kline.c warning fixed, but read my comment

This commit is contained in:
Valery Yatsko 2008-04-02 15:25:36 +04:00
parent 9168d56f1f
commit a6724dd02c

View file

@ -859,7 +859,7 @@ remove_permkline_match(struct Client *source_p, struct ConfItem *aconf)
ilog(L_KLINE, "UK %s %s %s",
get_oper_name(source_p), user, host);
remove_reject_mask(aconf->user, aconf->host);
/* remove_reject_mask(aconf->user, aconf->host); XXX <- gonna go on bandb */
delete_one_address_conf(aconf->host, aconf);
return;