diff options
-rw-r--r-- | src/start-stop-daemon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index a234653e..8c43a407 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -890,9 +890,6 @@ int start_stop_daemon (int argc, char **argv) rc_strlist_add (&newenv, env); } - STRLIST_FOREACH (newenv, env, i) - einfo ("env %s", env); - umask (022); stdout_fd = devnull_fd; |