blacklist: this didn't get committed somehow
This commit is contained in:
parent
ccb5c37db9
commit
3257f9d6af
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ blacklist_dns_callback(const char *result, bool status, query_type type, void *d
|
||||||
{
|
{
|
||||||
/* Done here */
|
/* Done here */
|
||||||
notice_client(auth->cid, "*** IP not found in DNS blacklist%s",
|
notice_client(auth->cid, "*** IP not found in DNS blacklist%s",
|
||||||
rb_dlink_list_length(&blacklist_list) > 1 : "s" : "");
|
rb_dlink_list_length(&blacklist_list) > 1 ? "s" : "");
|
||||||
rb_free(bluser);
|
rb_free(bluser);
|
||||||
auth->data[PROVIDER_BLACKLIST] = NULL;
|
auth->data[PROVIDER_BLACKLIST] = NULL;
|
||||||
provider_done(auth, PROVIDER_BLACKLIST);
|
provider_done(auth, PROVIDER_BLACKLIST);
|
||||||
|
|
Loading…
Reference in a new issue