diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-13 19:35:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-13 19:35:55 +0000 |
commit | b453dc8004083358a0290f2a28318b0a4ccc967b (patch) | |
tree | 37d1923520ffdebb38d0bfb5c8b74655a9ea9e73 | |
parent | 30ddaa319e38916f4843a2cbef578d5356c82efc (diff) | |
download | fetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.tar.gz fetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.tar.bz2 fetchmail-b453dc8004083358a0290f2a28318b0a4ccc967b.zip |
KPOP mode needs the remotename.
svn path=/trunk/; revision=1269
-rw-r--r-- | fetchmail.c | 1 |
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(); |