diff options
-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(); |