[svn-commits] kpfleming: trunk r132791 - /trunk/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 22 17:14:37 CDT 2008


Author: kpfleming
Date: Tue Jul 22 17:14:37 2008
New Revision: 132791

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132791
Log:
correct fix made in r132777... the code *did* compile in dev-mode, as long as libpri was installed and enabled

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=132791&r1=132790&r2=132791
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Tue Jul 22 17:14:37 2008
@@ -8229,8 +8229,9 @@
 	/* Make a dahdi_pvt structure for this interface (or CRV if "pri" is specified) */
 	struct dahdi_pvt *tmp = NULL, *tmp2,  *prev = NULL;
 	char fn[80];
-#if 1
 	struct dahdi_bufferinfo bi;
+#ifdef HAVE_PRI
+	struct dahdi_spaninfo si;
 #endif
 
 	int res;




More information about the svn-commits mailing list