From 165a1190f20bd81521f1ef8ef67d927bbb450494 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Wed, 6 Jun 2007 21:57:15 +0000 Subject: [PATCH] Oops, that should not be on one line git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.2@423 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- pri_facility.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pri_facility.c b/pri_facility.c index f8375b6..dc5aedd 100644 --- a/pri_facility.c +++ b/pri_facility.c @@ -765,7 +765,8 @@ static int add_callername_facility_ies(struct pri *pri, q931_call *c, int cpe) /* Interpretation component */ if (pri->switchtype == PRI_SWITCH_QSIG) { - ASN1_ADD_SIMPLE(comp, COMP_TYPE_NFE, buffer, i); ASN1_PUSH(compstk, compsp, comp); + ASN1_ADD_SIMPLE(comp, COMP_TYPE_NFE, buffer, i); + ASN1_PUSH(compstk, compsp, comp); ASN1_ADD_BYTECOMP(comp, (ASN1_CONTEXT_SPECIFIC | ASN1_TAG_0), buffer, i, 0); ASN1_ADD_BYTECOMP(comp, (ASN1_CONTEXT_SPECIFIC | ASN1_TAG_2), buffer, i, 0); ASN1_FIXUP(compstk, compsp, buffer, i);