blacklist: tweak message for timeout
This commit is contained in:
parent
f16493f468
commit
c12d9cd3b2
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ blacklists_cancel(struct auth_client *auth)
|
||||||
static void
|
static void
|
||||||
blacklists_timeout(struct auth_client *auth)
|
blacklists_timeout(struct auth_client *auth)
|
||||||
{
|
{
|
||||||
blacklists_generic_cancel(auth, "*** DNS blacklist checks timed out");
|
blacklists_generic_cancel(auth, "*** No response from DNS blacklists");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue