Skip to content

Commit

Permalink
Revert "potential patch for infinite recursion in constraint check"
Browse files Browse the repository at this point in the history
This reverts commit 293cac9.
  • Loading branch information
gkueppers committed Sep 17, 2024
1 parent 293cac9 commit a1e19f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vam_ts_ItsPduHeaderVam_constraint(const asn_TYPE_descriptor_t *td, const void *s
/* Nothing is here. See below */
}

return SEQUENCE_constraint(td, sptr, ctfailcb, app_key);
return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
}

/*
Expand Down

0 comments on commit a1e19f0

Please sign in to comment.