X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/dd19ce4f24eec64177cdcfcf294b8efbb631a24b..8f2cf8f5adaa08ef84b47bf9bc2f71e39236c22d:/src/src/daemon.c diff --git a/src/src/daemon.c b/src/src/daemon.c index a248a4f40..4a3cb6adb 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -87,7 +87,7 @@ sigchld_seen = TRUE; } -/* SIGTERM handler. Try to get the damon pid file removed +/* SIGTERM handler. Try to get the daemon pid file removed before exiting. */ static void @@ -793,10 +793,8 @@ else (void)close(dup_accept_socket); the incoming host address and an expanded active_hostname. */ log_close_all(); -interface_address = -sender_host_address = NULL; +interface_address = sender_host_name = sender_host_address = NULL; store_reset(reset_point); -sender_host_address = NULL; }