This is not strictly needed, but makes it easier to audit
that we don't miss important places.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
union netr_LogonLevel logon;
union netr_Validation validation;
- uint8_t authoritative = 0;
+ uint8_t authoritative = 1;
uint32_t flags = 0;
ZERO_STRUCT(logon);
union netr_LogonLevel logon;
union netr_Validation validation;
- uint8_t authoritative = 0;
+ uint8_t authoritative = 1;
struct dcerpc_binding_handle *b = p->binding_handle;
ZERO_STRUCT(a);
struct netr_NetworkInfo ninfo;
union netr_LogonLevel logon;
union netr_Validation validation;
- uint8_t authoritative = 0;
+ uint8_t authoritative = 1;
uint32_t _flags = 0;
DATA_BLOB names_blob, chal, lm_resp, nt_resp;
int i;