[asterisk-commits] file: branch file/scaling r78681 - in /team/file/scaling: ./ channels/chan_zap.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 8 16:13:06 CDT 2007
Author: file
Date: Wed Aug 8 16:13:05 2007
New Revision: 78681
URL: http://svn.digium.com/view/asterisk?view=rev&rev=78681
Log:
Merged revisions 78679 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r78679 | file | 2007-08-08 17:49:07 -0300 (Wed, 08 Aug 2007) | 2 lines
HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.
........
Modified:
team/file/scaling/ (props changed)
team/file/scaling/channels/chan_zap.c
Propchange: team/file/scaling/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Aug 8 16:13:05 2007
@@ -1,1 +1,1 @@
-/trunk:1-78677
+/trunk:1-78680
Modified: team/file/scaling/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/file/scaling/channels/chan_zap.c?view=diff&rev=78681&r1=78680&r2=78681
==============================================================================
--- team/file/scaling/channels/chan_zap.c (original)
+++ team/file/scaling/channels/chan_zap.c Wed Aug 8 16:13:05 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