From 9bcef26cd69718270f5b838888eeed3c559b7416 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Thu, 2 Jun 2005 22:40:35 +0000 Subject: [PATCH] More ASN.1 size fixes git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@227 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- pri_facility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pri_facility.c b/pri_facility.c index 052a515..f77be3c 100755 --- a/pri_facility.c +++ b/pri_facility.c @@ -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);