diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/initlog.c | 1 |
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); } } |