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 7c3f54ab8a
commit 7de46f2b43
1 changed files with 1 additions and 1 deletions

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;