diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
commit | 647234d78a9f9788f86d5f44a281f38b8f8c8571 (patch) | |
tree | ab2a5d2d9f06ed92ef472770db7ee78719ec5b9a /transact.c | |
parent | 4d3566569796182a2540fc13a3e7d1be3498650c (diff) | |
download | fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.gz fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.bz2 fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.zip |
Make tracepolls a server option, as documented. Fixes Debian bug #156094.
svn path=/trunk/; revision=4121
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |