From 647234d78a9f9788f86d5f44a281f38b8f8c8571 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 18 Jul 2005 10:11:23 +0000 Subject: Make tracepolls a server option, as documented. Fixes Debian bug #156094. svn path=/trunk/; revision=4121 --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 85cf0f38..a757538c 100644 --- a/transact.c +++ b/transact.c @@ -1146,7 +1146,7 @@ int readheaders(int sock, fetchmailhost, protocol->name, VERSION); - if (ctl->tracepolls) + if (ctl->server.tracepolls) { snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " polling %s account %s", -- cgit v1.2.3