aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/initlog.c')
-rw-r--r--src/initlog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/initlog.c b/src/initlog.c
index 1a77bd1f..3a5d41c5 100644
--- a/src/initlog.c
+++ b/src/initlog.c
@@ -104,7 +104,6 @@ int startDaemon() {
/* kid */
execlp("minilogd","minilogd",NULL);
perror("exec");
- abort();
exit(-1);
}
}