This commit is contained in:
Lev Walkin 2017-08-28 23:34:51 -07:00
parent 290b4d6918
commit dfc9314a6d
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ asn1c_emit_constraint_checking_code(arg_t *arg) {
case ASN_CONSTR_SEQUENCE_OF:
case ASN_CONSTR_SET_OF:
OUT("/* Perform validation of the inner elements */\n");
OUT("return td->check_constraints(td, sptr, ctfailcb, app_key);\n");
OUT("return td->op->check_constraints(td, sptr, ctfailcb, app_key);\n");
break;
default:
OUT("/* Constraint check succeeded */\n");