From e7b075b6f6f913a3416444ba9c5f1492acacf07a Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 5 Feb 2005 16:54:52 +0000 Subject: [PATCH] Add missing line from bug #3448 git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@188 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 1 + 1 file changed, 1 insertion(+) diff --git a/q931.c b/q931.c index 937f9e3..25b37b5 100755 --- a/q931.c +++ b/q931.c @@ -1107,6 +1107,7 @@ static FUNC_SEND(transmit_facility) /* ROSE ARGUMENT component */ ASN1_ADD_SIMPLE(comp, 0x30, ie->data, i); + ASN1_PUSH(compstk, compsp, comp); /* ROSE DivertingLegInformation2.diversionCounter component */ /* Always is 1 because other isn't available in the current design */