From: Stefan Metzmacher Date: Thu, 8 Feb 2018 16:23:49 +0000 (+0100) Subject: winbindd: add a comment to a parameter in _winbind_SamLogon() X-Git-Tag: tevent-0.9.36~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2268f1c0dd1e8543c126553f80d94e80a1e32487;p=thirdparty%2Fsamba.git 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 --- 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);