[svn-commits] jpeeler: trunk r138518 - /trunk/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Aug 17 21:13:04 CDT 2008


Author: jpeeler
Date: Sun Aug 17 21:13:04 2008
New Revision: 138518

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138518
Log:
add missing define for SS7 in dahdi_restart

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=138518&r1=138517&r2=138518
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Sun Aug 17 21:13:04 2008
@@ -12000,7 +12000,7 @@
 static int setup_dahdi(int reload);
 static int dahdi_restart(void)
 {
-#if defined(HAVE_PRI)
+#if defined(HAVE_PRI) || defined(HAVE_SS7)
 	int i, j;
 #endif
 	int cancel_code;




More information about the svn-commits mailing list