m_kline.c warning fixed, but read my comment
This commit is contained in:
parent
9168d56f1f
commit
a6724dd02c
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ remove_permkline_match(struct Client *source_p, struct ConfItem *aconf)
|
||||||
ilog(L_KLINE, "UK %s %s %s",
|
ilog(L_KLINE, "UK %s %s %s",
|
||||||
get_oper_name(source_p), user, host);
|
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);
|
delete_one_address_conf(aconf->host, aconf);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue