aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/INTEGER.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-11-13 09:49:05 +0000
committerLev Walkin <vlm@lionet.info>2005-11-13 09:49:05 +0000
commitabde4f49c5355be896853115e4dec21464db8515 (patch)
tree612a8812ab16361219e4d39a5f0626bb4ee6f9bf /skeletons/INTEGER.c
parent4b95ab9084ba930463f7a671e4009d9a5e09a35f (diff)
*** empty log message ***
Diffstat (limited to 'skeletons/INTEGER.c')
-rw-r--r--skeletons/INTEGER.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index b4770560..d2a66b5d 100644
--- a/skeletons/INTEGER.c
+++ b/skeletons/INTEGER.c
@@ -430,6 +430,8 @@ INTEGER_encode_xer(asn_TYPE_descriptor_t *td, void *sptr,
er.encoded = INTEGER__dump(td, st, cb, app_key, 1);
if(er.encoded < 0) _ASN_ENCODE_FAILED;
+ er.structure_ptr = 0;
+ er.failed_type = 0;
return er;
}