Commit 6a8ac437 authored by Senthil Prabakaran's avatar Senthil Prabakaran Committed by Mouse

Fix case

parent fddc2876
......@@ -516,7 +516,6 @@ asn_decode(const asn_codec_ctx_t *opt_codec_ctx,
errno = ENOENT;
ASN__DECODE_FAILED;
#endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
}
case ATS_BASIC_JER:
#if !defined(ASN_DISABLE_JER_SUPPORT)
return jer_decode(opt_codec_ctx, td, sptr, buffer, size);
......
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