s3-auth rename auth_ntlmssp_state -> auth_generic_state
[ddiss/samba.git] / source3 / smbd / seal.c
index 2c668dd7a010b708d24d44266ebb7d3ef5bdb44c..ab87d76b26dfd69f1f887e4b263a256ccdc52593 100644 (file)
@@ -79,7 +79,7 @@ bool is_encrypted_packet(struct smbd_server_connection *sconn,
 static NTSTATUS make_auth_ntlmssp(const struct tsocket_address *remote_address,
                                  struct smb_trans_enc_state *es)
 {
-       struct auth_ntlmssp_state *auth_ntlmssp_state;
+       struct auth_generic_state *auth_ntlmssp_state;
        NTSTATUS status = auth_ntlmssp_prepare(remote_address,
                                               &auth_ntlmssp_state);
        if (!NT_STATUS_IS_OK(status)) {