diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index 19fa42592f..3bc96e1034 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -3106,7 +3106,7 @@ void become_daemon(void) { #ifndef NO_FORK_DEBUG if (fork()) - exit(0); + _exit(0); /* detach from the terminal */ #ifdef USE_SETSID |