mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
netlogond3: "authorititative" is a uint8
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ab6ae3af39
commit
7f78cea66f
@ -1510,7 +1510,7 @@ static NTSTATUS _netr_LogonSamLogon_base(struct pipes_struct *p,
|
||||
return NT_STATUS_INTERNAL_ERROR;
|
||||
}
|
||||
|
||||
*r->out.authoritative = true; /* authoritative response */
|
||||
*r->out.authoritative = 1; /* authoritative response */
|
||||
|
||||
switch (r->in.validation_level) {
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user