aboutsummaryrefslogtreecommitdiffstats
path: root/interimap
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-15 05:21:03 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-15 05:21:03 +0200
commitcf74bd63fc5b7fc79019dbdd63c7af0fd2ab5720 (patch)
treea6f603eb8e11081544edbd5336dd326744fb776f /interimap
parent897737774307cf10177ffddeda8285f3b9ff794c (diff)
parent6011b94a5c6f0b787ce883b5646684828a54a994 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'interimap')
-rwxr-xr-xinterimap1
1 files changed, 0 insertions, 1 deletions
diff --git a/interimap b/interimap
index e7cd6d5..b3a7342 100755
--- a/interimap
+++ b/interimap
@@ -120,7 +120,6 @@ sub cleanup() {
}
$SIG{INT} = sub { msg(undef, $!); cleanup(); exit 1; };
$SIG{TERM} = sub { cleanup(); exit 0; };
-$SIG{HUP} = sub { $_->stats() foreach grep defined, ($lIMAP, $rIMAP); };
#############################################################################