From 3257f9d6afa3bf966145c4df58c76d6c847cebbf Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Tue, 29 Mar 2016 23:33:13 -0500 Subject: [PATCH] blacklist: this didn't get committed somehow --- authd/providers/blacklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authd/providers/blacklist.c b/authd/providers/blacklist.c index bd81c244..66ef2fff 100644 --- a/authd/providers/blacklist.c +++ b/authd/providers/blacklist.c @@ -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);