aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-11 01:46:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-11 01:46:10 +0000
commit0bb6bc63b4a3e6ab618541c977fcc137470af655 (patch)
tree7ce8aa9d25c11b77c25d7797db0556bcbcd530bf /driver.c
parentae1fe912fbfeaa12cce66146f27b406bb5c0dc7c (diff)
downloadfetchmail-0bb6bc63b4a3e6ab618541c977fcc137470af655.tar.gz
fetchmail-0bb6bc63b4a3e6ab618541c977fcc137470af655.tar.bz2
fetchmail-0bb6bc63b4a3e6ab618541c977fcc137470af655.zip
nuke any tag hanging out from previous query
svn path=/trunk/; revision=293
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index e940ae29..892e9690 100644
--- a/driver.c
+++ b/driver.c
@@ -599,6 +599,7 @@ struct method *proto;
}
tagnum = 0;
+ tag[0] = '\0'; /* nuke any tag hanging out from previous query */
protocol = proto;
/* open a socket to the mail server */