Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL contexts.
[abartlet/samba.git/.git] / source3 / libsmb / clifsinfo.c
index aa7d1fb9ad095f22c21304aee6ddae21cc5c9aed..9e4d9fa8ad9240f52857a885415294b7e4fff0bf 100644 (file)
@@ -764,7 +764,7 @@ static NTSTATUS make_cli_gss_blob(TALLOC_CTX *ctx,
                p_tok_in = GSS_C_NO_BUFFER;
        } else {
                /* Remove the SPNEGO wrapper */
-               if (!spnego_parse_auth_response(spnego_blob_in, status_in, OID_KERBEROS5, &blob_in)) {
+               if (!spnego_parse_auth_response(ctx, spnego_blob_in, status_in, OID_KERBEROS5, &blob_in)) {
                        status = NT_STATUS_UNSUCCESSFUL;
                        goto fail;
                }