s3-auth use gensec directly rather than via auth_generic_state
[metze/samba/wip.git] / source3 / include / ntlmssp_wrap.h
index fb98309ab94f9488cdffe2163e88d89e7f4fa8fd..07f474f10313a2968e567023e7d9cde5b716d05f 100644 (file)
@@ -26,9 +26,6 @@ struct gensec_security;
 extern const struct gensec_security_ops gensec_ntlmssp3_server_ops;
 
 struct auth_generic_state {
-       /* used only by server implementation */
-       struct auth_context *auth_context;
-       
        /* used only by the client implementation */
        struct cli_credentials *credentials;