diff options
Diffstat (limited to 'src/manager.c')
-rw-r--r-- | src/manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manager.c b/src/manager.c index 7d0b351c9d..a7c8885e80 100644 --- a/src/manager.c +++ b/src/manager.c @@ -214,6 +214,8 @@ int manager_new(ManagerRunningAs running_as, Manager **_m) { m->exit_code = _MANAGER_EXIT_CODE_INVALID; m->pin_cgroupfs_fd = -1; + m->default_std_output = EXEC_OUTPUT_NULL; + #ifdef HAVE_AUDIT m->audit_fd = -1; #endif |