remove_temp_glines() without legacy api
This commit is contained in:
parent
d20d004550
commit
9168d56f1f
1 changed files with 42 additions and 43 deletions
|
@ -721,7 +721,6 @@ remove_temp_gline(const char *user, const char *host)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
rb_dlinkDestroy(ptr, &glines);
|
rb_dlinkDestroy(ptr, &glines);
|
||||||
remove_reject_mask(aconf->user, aconf->host);
|
|
||||||
delete_one_address_conf(aconf->host, aconf);
|
delete_one_address_conf(aconf->host, aconf);
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue