1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2018-02-08 17:23:49 +01:00 committed by Ralph Boehme
parent d1c3676197
commit 2268f1c0dd

View File

@ -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);