ignore RC_WMORE

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1374 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2007-06-29 23:23:05 +00:00
parent a0a8e7c368
commit ce82ea5264
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ uper_open_type_get_simple(asn_codec_ctx_t *ctx, asn_TYPE_descriptor_t *td,
}
} else {
FREEMEM(buf);
/* rv.code could be RC_WMORE, nonsense in this context */
rv.code = RC_FAIL; /* Noone would give us more */
}
return rv;