More ASN.1 size fixes

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@227 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson
2005-06-02 22:40:35 +00:00
parent c9710c8b33
commit 9bcef26cd6

View File

@@ -339,7 +339,7 @@ static int rose_address_decode(struct pri *pri, q931_call *call, unsigned char *
NEXT_COMPONENT(comp, i);
if(i < len)
pri_message(pri, "!! not all information is handled from Address component\n");
return res;
return res + 2;
}
while (0);