another fix
This commit is contained in:
parent
b41f87571e
commit
18d5e9820d
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ remove_temp_kline(struct Client *source_p, struct ConfItem *aconf)
|
|||
get_oper_name(source_p),
|
||||
aconf->user, aconf->host);
|
||||
rb_dlinkDestroy(ptr, &temp_klines[i]);
|
||||
remove_reject_mask(aconf->user, aconf->host);
|
||||
/* remove_reject_mask(aconf->user, aconf->host); XXX */
|
||||
delete_one_address_conf(aconf->host, aconf);
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue