auth:gensec: Use C99 initializer in schannel
[ambi/samba-autobuild/.git] / auth / gensec / schannel.c
index 71e9afdf48ee89d22af0ad6b2703a670f49d709e..364a0fcc1860eb563329c5401b8019197f5be827 100644 (file)
@@ -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;