Commit dbd091a2 authored by Lev Walkin's avatar Lev Walkin

no harmful debug

parent 8032f7ab
......@@ -1613,11 +1613,8 @@ SEQUENCE_encode_uper(asn_TYPE_descriptor_t *td,
}
/* Eliminate default values */
ASN_DEBUG("Defv %p mptr %p\n", elm->default_value, memb_ptr2);
ASN_DEBUG("Do not encode default: %s\n", (*(char **)(*memb_ptr2)));
if(elm->default_value && elm->default_value(0, memb_ptr2) == 1) {
if(elm->default_value && elm->default_value(0, memb_ptr2) == 1)
continue;
}
er = elm->type->uper_encoder(elm->type, elm->per_constraints,
*memb_ptr2, po);
......
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