diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 4e56c08a..6325d8f9 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -546,7 +546,7 @@ int main(int argc, char **argv) if (run.poll_interval) { if (!nodetach) - daemonize(run.logfile, terminate_run); + daemonize(run.logfile); report(stdout, GT_("starting fetchmail %s daemon \n"), VERSION); /* |