[libss7-commits] mattf: trunk r78 - /trunk/isup.c
libss7-commits at lists.digium.com
libss7-commits at lists.digium.com
Wed Apr 4 07:47:55 MST 2007
Author: mattf
Date: Wed Apr 4 09:47:55 2007
New Revision: 78
URL: http://svn.digium.com/view/libss7?view=rev&rev=78
Log:
Make sure we set the DPC on group messages
Modified:
trunk/isup.c
Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=78&r1=77&r2=78
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Wed Apr 4 09:47:55 2007
@@ -1273,6 +1273,7 @@
call.cic = begincic;
call.range = endcic - begincic;
call.cicgroupsupervisiontype = type;
+ call.dpc = dpc;
if (call.range > 31)
return -1;
More information about the libss7-commits
mailing list