summaryrefslogtreecommitdiff
path: root/os/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/utils.c')
-rw-r--r--os/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/utils.c b/os/utils.c
index 4dc46a1..fcc1c2a 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -526,7 +526,6 @@ SetDaemonState(void)
int oldpid;
if (becomeDaemon) {
- BecomeOrphan();
BecomeDaemon();
if ((oldpid = StorePid ())) {
if (oldpid == -1)