[svn-commits] rmudgett: branch group/issue14068 r709 - /team/group/issue14068/pri_facility.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 17 16:30:45 CDT 2009


Author: rmudgett
Date: Tue Mar 17 16:30:42 2009
New Revision: 709

URL: http://svn.digium.com/svn-view/libpri?view=rev&rev=709
Log:
Deleted unneeded ASN1_FIXUP() in rose_presented_number_unscreened_encode().

Found by fabled.

(issue #14068)
Tested by: fabled


Modified:
    team/group/issue14068/pri_facility.c

Modified: team/group/issue14068/pri_facility.c
URL: http://svn.digium.com/svn-view/libpri/team/group/issue14068/pri_facility.c?view=diff&rev=709&r1=708&r2=709
==============================================================================
--- team/group/issue14068/pri_facility.c (original)
+++ team/group/issue14068/pri_facility.c Tue Mar 17 16:30:42 2009
@@ -1101,7 +1101,6 @@
 		case PRES_UNAVAILABLE:
 			/* tag component [2] numberNotAvailableDueToInterworking (0x82,len) */
 			ASN1_ADD_SIMPLE(comp, (ASN1_CONTEXT_SPECIFIC | ASN1_TAG_2), dst, i);
-			ASN1_FIXUP(compstk, compsp, dst, i);
 			break;
 		default:
 			pri_message(pri, "!! Undefined presentation value for PresentedNumberUnscreened: 0x%x\n", presentation);




More information about the svn-commits mailing list