[svn-commits] jpeeler: branch 1.4 r138516 - /branches/1.4/channels/chan_dahdi.c

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


Author: jpeeler
Date: Sun Aug 17 21:05:29 2008
New Revision: 138516

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138516
Log:
fix compilation warnings

Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=138516&r1=138515&r2=138516
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Sun Aug 17 21:05:29 2008
@@ -10052,7 +10052,10 @@
 static int setup_dahdi(int reload);
 static int dahdi_restart(void)
 {
-	int i, j, cancel_code;
+#if defined(HAVE_PRI)
+	int i, j
+#endif
+	int cancel_code;
 	struct dahdi_pvt *p;
 
 	ast_mutex_lock(&restart_lock);




More information about the svn-commits mailing list