s3fs: make the log warning go away
[sfrench/samba-autobuild/.git] / file_server / file_server.c
index 430782c60324563e67e41706fa3a8f734efe0358..5d44d5a85cabf455a33e4da2f2f32beee4cdd8b8 100644 (file)
@@ -67,6 +67,7 @@ static void s3fs_task_init(struct task_server *task)
        /* start it as a child process */
        subreq = samba_runcmd_send(task, task->event_ctx, timeval_zero(), 1, 0,
                                smbd_cmd,
+                               "-D",
                                "--option=server role check:inhibit=yes",
                                "--foreground",
                                debug_get_output_is_stdout()?"--log-stdout":NULL,