natural constraint is only valid in the root of enumeration

This commit is contained in:
Lev Walkin 2007-07-23 09:57:00 +00:00
parent 5d7af845a3
commit ed50211b36
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ NativeEnumerated_encode_uper(asn_TYPE_descriptor_t *td,
if(ct->flags & APC_EXTENSIBLE) {
if(per_put_few_bits(po, inext, 1))
_ASN_ENCODE_FAILED;
ct = 0;
if(inext) ct = 0;
} else if(inext) {
_ASN_ENCODE_FAILED;
}