Commit 09eb7e84 authored by garciay's avatar garciay
Browse files

Minor bug fid

parent fe6d3236
......@@ -54,7 +54,7 @@ static int asn_DFL_4_set_0(void **sptr) {
static int asn_DFL_5_cmp_0(const void *sptr) {
const uint8_t* def_buf[] = { 0 };
BIT_STRING_t defv = { def_buf, 1, 7 };
return BIT_STRING_compare(&asn_DEF_EndEntityType, sptr, &def);
return BIT_STRING_compare(&asn_DEF_EndEntityType, sptr, &defv);
}
static int asn_DFL_5_set_0(void **sptr) {
......
Supports Markdown
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