From 6c56fb2229e34dbaa213d738b8846e6366c1d4ed Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 21 Jul 2004 20:19:20 +0000 Subject: - Timeout gives a proper error message --- common/smtppass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/smtppass.c b/common/smtppass.c index b66366c..5cc9c7f 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -626,7 +626,7 @@ static int smtp_passthru(clamsmtp_context_t* ctx) switch(select(FD_SETSIZE, &mask, NULL, NULL, &g_timeout)) { case 0: - message(ctx, LOG_ERR, "network operation timed out"); + messagex(ctx, LOG_ERR, "network operation timed out"); RETURN(-1); case -1: message(ctx, LOG_ERR, "couldn't select on sockets"); -- cgit v1.2.3