1
0
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:
Volker Lendecke 2017-03-09 15:19:06 +01:00 committed by Stefan Metzmacher
parent ab6ae3af39
commit 7f78cea66f

View File

@ -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: