aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-08-13 19:35:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-08-13 19:35:55 +0000
commitb453dc8004083358a0290f2a28318b0a4ccc967b (patch)
tree37d1923520ffdebb38d0bfb5c8b74655a9ea9e73 /fetchmail.c
parent30ddaa319e38916f4843a2cbef578d5356c82efc (diff)
downloadfetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.tar.gz
fetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.tar.bz2
fetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.zip
KPOP mode needs the remotename.
svn path=/trunk/; revision=1269
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 1e6f7b1b..858d14dc 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -748,7 +748,6 @@ void termhook(int sig)
for (ctl = querylist; ctl; ctl = ctl->next)
if (ctl->password)
memset(ctl->password, '\0', strlen(ctl->password));
- }
#if !defined(HAVE_ATEXIT) && !defined(HAVE_ON_EXIT)
unlockit();