aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 16:44:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 16:44:22 +0000
commit7b11f0ff9972d8046e69f98948fdab26b5199caf (patch)
treef21d513af3a323bd531c5a414ead70f63a23a445 /fetchmail.c
parent7579c3485f8850f8735e970d365486282a2303a3 (diff)
downloadfetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.tar.gz
fetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.tar.bz2
fetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.zip
Reset batchcount before each poll cycle.
svn path=/trunk/; revision=514
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index f591d3fb..9e88dce7 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -306,6 +306,7 @@ char **argv;
sethostent(TRUE); /* use TCP/IP for mailserver queries */
#endif /* HAVE_RES_SEARCH */
+ batchcount = 0;
for (ctl = querylist; ctl; ctl = ctl->next)
{
if (ctl->active && !(implicitmode && ctl->skip))