s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
[mat/samba.git] / source3 / smbd / seal.c
index fc811deb3c1d011bab36fe5fc40495372111c18a..be5f9506d02da7422d2a9672057ff33ff2c6c1a3 100644 (file)
@@ -88,7 +88,7 @@ static NTSTATUS make_auth_ntlmssp(const struct tsocket_address *remote_address,
 
        gensec_want_feature(auth_ntlmssp_state->gensec_security, GENSEC_FEATURE_SEAL);
 
-       status = auth_ntlmssp_start(auth_ntlmssp_state);
+       status = auth_generic_start(auth_ntlmssp_state, GENSEC_OID_NTLMSSP);
 
        if (!NT_STATUS_IS_OK(status)) {
                TALLOC_FREE(auth_ntlmssp_state);