summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-07 06:12:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-07 06:12:28 +0000
commit9c67c086294e853ba6cf24db7067c0ed7c1b3b3f (patch)
treef3ef1789dd753b662acf7e13db6422dce5da466f /mailbox
parent0ab5c1372dad2903c825cfe40a3d5d19d9adb4b0 (diff)
downloadmailutils-9c67c086294e853ba6cf24db7067c0ed7c1b3b3f.tar.gz
mailutils-9c67c086294e853ba6cf24db7067c0ed7c1b3b3f.tar.bz2
(mu_daemon_remove_pidfile): Reset pidfile.
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mailbox/daemon.c b/mailbox/daemon.c
index c3ea5030d..a672cef53 100644
--- a/mailbox/daemon.c
+++ b/mailbox/daemon.c
@@ -73,6 +73,7 @@ mu_daemon_remove_pidfile (void)
{
unlink (pidfile);
free (pidfile);
+ pidfile = NULL;
}
}

Return to:

Send suggestions and report system problems to the System administrator.