mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
auth:gensec: Use C99 initializer in schannel
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
246f7dd762
commit
14c7d19b63
@ -504,7 +504,9 @@ static NTSTATUS schannel_update_internal(struct gensec_security *gensec_security
|
||||
struct schannel_state);
|
||||
NTSTATUS status;
|
||||
enum ndr_err_code ndr_err;
|
||||
struct NL_AUTH_MESSAGE bind_schannel = {};
|
||||
struct NL_AUTH_MESSAGE bind_schannel = {
|
||||
.Flags = 0,
|
||||
};
|
||||
struct NL_AUTH_MESSAGE bind_schannel_ack;
|
||||
struct netlogon_creds_CredentialState *creds;
|
||||
const char *workstation;
|
||||
|
Loading…
Reference in New Issue
Block a user