aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-10-30 18:11:15 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-10-30 18:11:15 +0000
commit6fae1ebc493bd2c9bb3c6be646f9c2de74329952 (patch)
treef93b6baae17c481b9dab38538c2dac7df8ba52f3 /fetchmail.c
parent98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b (diff)
downloadfetchmail-6fae1ebc493bd2c9bb3c6be646f9c2de74329952.tar.gz
fetchmail-6fae1ebc493bd2c9bb3c6be646f9c2de74329952.tar.bz2
fetchmail-6fae1ebc493bd2c9bb3c6be646f9c2de74329952.zip
Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.
svn path=/trunk/; revision=4373
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 5f442d54..3e6d1408 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1331,7 +1331,7 @@ static RETSIGTYPE terminate_run(int sig)
if (ctl->password)
memset(ctl->password, '\0', strlen(ctl->password));
-#if !defined(HAVE_ATEXIT) && !defined(HAVE_ON_EXIT)
+#if !defined(HAVE_ATEXIT)
fm_lock_release();
#endif