Commit 7c97b88e authored by Lev Walkin's avatar Lev Walkin

removed non-threadsafe stuff from code path

parent 55fdd998
...@@ -67,8 +67,7 @@ uper_open_type_get_simple(asn_codec_ctx_t *ctx, asn_TYPE_descriptor_t *td, ...@@ -67,8 +67,7 @@ uper_open_type_get_simple(asn_codec_ctx_t *ctx, asn_TYPE_descriptor_t *td,
_ASN_STACK_OVERFLOW_CHECK(ctx); _ASN_STACK_OVERFLOW_CHECK(ctx);
ASN_DEBUG("Getting open type %s from %s...", td->name, ASN_DEBUG("Getting open type %s...", td->name);
per_data_string(pd));
do { do {
chunk_bytes = uper_get_length(pd, -1, &repeat); chunk_bytes = uper_get_length(pd, -1, &repeat);
......
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