blacklist: this didn't get committed somehow

This commit is contained in:
Elizabeth Myers 2016-03-29 23:33:13 -05:00
parent ccb5c37db9
commit 3257f9d6af

View file

@ -262,7 +262,7 @@ blacklist_dns_callback(const char *result, bool status, query_type type, void *d
{
/* Done here */
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);
auth->data[PROVIDER_BLACKLIST] = NULL;
provider_done(auth, PROVIDER_BLACKLIST);