From 2268f1c0dd1e8543c126553f80d94e80a1e32487 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Feb 2018 17:23:49 +0100 Subject: [PATCH] winbindd: add a comment to a parameter in _winbind_SamLogon() Bug: https://bugzilla.samba.org/show_bug.cgi?id=13258 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- source3/winbindd/winbindd_dual_srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c index c76531ddb5d..2775a1569e1 100644 --- a/source3/winbindd/winbindd_dual_srv.c +++ b/source3/winbindd/winbindd_dual_srv.c @@ -898,7 +898,7 @@ NTSTATUS _winbind_SamLogon(struct pipes_struct *p, r->in.logon.network->challenge, lm_response, nt_response, &r->out.authoritative, - true, + true, /* skip_sam */ &flags, &validation_level, &validation); -- 2.34.1