s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
[mat/samba.git] / source3 / auth / auth_ntlmssp.c
index 0f09ae10211d2e8bbe5d46819c98f64a6ec07ff5..6ca6be7c89baaaa5a26255e6146b2984be3f517d 100644 (file)
@@ -457,8 +457,3 @@ NTSTATUS auth_generic_authtype_start(struct auth_generic_state *auth_ntlmssp_sta
 
        return NT_STATUS_OK;
 }
-
-NTSTATUS auth_ntlmssp_start(struct auth_generic_state *auth_ntlmssp_state)
-{
-       return auth_generic_start(auth_ntlmssp_state, GENSEC_OID_NTLMSSP);
-}