summaryrefslogtreecommitdiff
path: root/source4/winbind/winbindd.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-11 09:52:36 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-04-29 03:58:37 +0000
commit3467214cf967641f4e4001a9dfea870f933fc2a3 (patch)
tree218d8b03a2a3f1afb1a610b4ecff4c712371ae51 /source4/winbind/winbindd.c
parentc7b1d2d11cfc348e654375fc1e880bf4e1773b88 (diff)
downloadsamba-3467214cf967641f4e4001a9dfea870f933fc2a3.tar.gz
s3: Remove --log-stdout from daemons
The common cmdline parser provides --debug-stdout. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/winbind/winbindd.c')
-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"));