From b453dc8004083358a0290f2a28318b0a4ccc967b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 13 Aug 1997 19:35:55 +0000 Subject: KPOP mode needs the remotename. svn path=/trunk/; revision=1269 --- fetchmail.c | 1 - 1 file changed, 1 deletion(-) 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(); -- cgit v1.2.3