s3-auth rename auth_ntlmssp_state -> auth_generic_state
[mat/samba.git] / source3 / rpc_server / dcesrv_ntlmssp.c
index 40533cbe541b6a18840340e1d67c28749e889158..7ec174c6934781eb8da82d887d0df1fb47adb200 100644 (file)
@@ -35,7 +35,7 @@ NTSTATUS ntlmssp_server_auth_start(TALLOC_CTX *mem_ctx,
                                   const struct tsocket_address *remote_address,
                                   struct gensec_security **ctx)
 {
-       struct auth_ntlmssp_state *a = NULL;
+       struct auth_generic_state *a = NULL;
        NTSTATUS status;
 
        status = auth_ntlmssp_prepare(remote_address, &a);