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:
parent
d1c3676197
commit
2268f1c0dd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user