Commit 82d80390 authored by Lev Walkin's avatar Lev Walkin

avoid gcc 4.x warnings

parent 15750405
...@@ -119,7 +119,8 @@ der_encode_primitive(asn_TYPE_descriptor_t *td, void *sptr, ...@@ -119,7 +119,8 @@ der_encode_primitive(asn_TYPE_descriptor_t *td, void *sptr,
} }
erval.encoded += st->size; erval.encoded += st->size;
erval.structure_ptr = 0;
erval.failed_type = 0;
return erval; return erval;
} }
......
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