[thirdparty-commits] rmudgett: mISDNuser/trunk r61 - /mISDNuser/trunk/suppserv/asn1_diversion.c

SVN commits to the Digium third-party software repository thirdparty-commits at lists.digium.com
Wed Feb 25 10:19:09 CST 2009


Author: rmudgett
Date: Wed Feb 25 10:19:09 2009
New Revision: 61

URL: http://svn.digium.com/svn-view/thirdparty?view=rev&rev=61
Log:
Fix minor cut and paste error.

Modified:
    mISDNuser/trunk/suppserv/asn1_diversion.c

Modified: mISDNuser/trunk/suppserv/asn1_diversion.c
URL: http://svn.digium.com/svn-view/thirdparty/mISDNuser/trunk/suppserv/asn1_diversion.c?view=diff&rev=61&r1=60&r2=61
==============================================================================
--- mISDNuser/trunk/suppserv/asn1_diversion.c (original)
+++ mISDNuser/trunk/suppserv/asn1_diversion.c Wed Feb 25 10:19:09 2009
@@ -1566,7 +1566,7 @@
 		CallASN1(ret, p, end, ParseLen(p, end, &xlen));
 		CallASN1(ret, p, end, ParsePresentedNumberUnscreened_Full(pc, p, end, &DivertingLegInformation2->Diverting));
 	} else {
-		DivertingLegInformation2->OriginalCalledPresent = 0;
+		DivertingLegInformation2->DivertingPresent = 0;
 	}
 
 	if (p < end && *p == (ASN1_TAG_CONTEXT_SPECIFIC | ASN1_TAG_CONSTRUCTED | 2)) {




More information about the thirdparty-commits mailing list