Commit 5a1f8207 authored by v0-e's avatar v0-e

jer: Encoder root ilevel fix

parent 26bd22ff
......@@ -19,7 +19,7 @@ jer_encode(const asn_TYPE_descriptor_t *td, const void *sptr,
if(!td || !sptr) goto cb_failed;
int xFail = 1; /* TODO JER flags */
tmper = td->op->jer_encoder(td, sptr, 1, xFail, cb, app_key);
tmper = td->op->jer_encoder(td, sptr, 0, xFail, cb, app_key);
if(tmper.encoded == -1) return tmper;
er.encoded += tmper.encoded;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment