Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
[mat/samba.git] / source3 / libads / sasl.c
index a37d1e84745ea26c10eff6a78f7e24412ef9abfc..aa3acbd9ae9451fc3c28d1b49ae7da78ef59ba5c 100644 (file)
@@ -779,7 +779,7 @@ static ADS_STATUS ads_sasl_spnego_bind(ADS_STRUCT *ads)
 
        /* the server sent us the first part of the SPNEGO exchange in the negprot 
           reply */
-       if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal)) {
+       if (!spnego_parse_negTokenInit(blob, OIDs, &given_principal, NULL)) {
                data_blob_free(&blob);
                status = ADS_ERROR(LDAP_OPERATIONS_ERROR);
                goto failed;