Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
[samba.git] / source3 / smbd / sesssetup.c
index 27eb4f6c48caa81cee7aafe9d4f2e051f8d700f9..08119b2be16d788b9c675935c5ac2d402127caaa 100644 (file)
@@ -732,7 +732,7 @@ NTSTATUS parse_spnego_mechanisms(DATA_BLOB blob_in,
        *kerb_mechOID = NULL;
 
        /* parse out the OIDs and the first sec blob */
-       if (!parse_negTokenTarg(blob_in, OIDs, pblob_out)) {
+       if (!spnego_parse_negTokenInit(blob_in, OIDs, NULL, pblob_out)) {
                return NT_STATUS_LOGON_FAILURE;
        }