another fix
This commit is contained in:
parent
9a63f5aa04
commit
cd3b9a5e7b
|
@ -929,7 +929,7 @@ remove_temp_kline(struct Client *source_p, struct ConfItem *aconf)
|
||||||
get_oper_name(source_p),
|
get_oper_name(source_p),
|
||||||
aconf->user, aconf->host);
|
aconf->user, aconf->host);
|
||||||
rb_dlinkDestroy(ptr, &temp_klines[i]);
|
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);
|
delete_one_address_conf(aconf->host, aconf);
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue