[asterisk-commits] file: trunk r78679 - /trunk/channels/chan_zap.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 8 15:49:08 CDT 2007


Author: file
Date: Wed Aug  8 15:49:07 2007
New Revision: 78679

URL: http://svn.digium.com/view/asterisk?view=rev&rev=78679
Log:
HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=78679&r1=78678&r2=78679
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Wed Aug  8 15:49:07 2007
@@ -166,8 +166,8 @@
 #ifdef HAVE_PRI
                " w/PRI"
 #endif
-#ifdef HAVEL_SS7
-	       "w/SS7"
+#ifdef HAVE_SS7
+	       " w/SS7"
 #endif
 ;
 




More information about the asterisk-commits mailing list