summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/winbind/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/winbindd.c b/source4/winbind/winbindd.c
index 5a74db66159..7b6e3d92333 100644
--- a/source4/winbind/winbindd.c
+++ b/source4/winbind/winbindd.c
@@ -85,7 +85,7 @@ static NTSTATUS winbindd_task_init(struct task_server *task)
"--option=server role check:inhibit=yes",
"--foreground",
config_file,
- debug_get_output_is_stdout()?"--stdout":NULL,
+ debug_get_output_is_stdout()?"--debug-stdout":NULL,
NULL);
if (subreq == NULL) {
DEBUG(0, ("Failed to start winbindd as child daemon\n"));