[asterisk-commits] mattf: branch mattf/bug13495 r163165 - /team/mattf/bug13495/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 11 13:27:08 CST 2008
Author: mattf
Date: Thu Dec 11 13:27:07 2008
New Revision: 163165
URL: http://svn.digium.com/view/asterisk?view=rev&rev=163165
Log:
Make sure we output the correct MAX_SLAVES variable for that debug message
Modified:
team/mattf/bug13495/channels/chan_dahdi.c
Modified: team/mattf/bug13495/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/channels/chan_dahdi.c?view=diff&rev=163165&r1=163164&r2=163165
==============================================================================
--- team/mattf/bug13495/channels/chan_dahdi.c (original)
+++ team/mattf/bug13495/channels/chan_dahdi.c Thu Dec 11 13:27:07 2008
@@ -1075,7 +1075,7 @@
int ip1, ip2, ip3, ip4;
if (slave_chan_server.numslaves >= SS7_MAX_SLAVES) {
- ast_log(LOG_ERROR, "Max slave channels reached (%d)\n", MAX_SLAVES);
+ ast_log(LOG_ERROR, "Max slave channels reached (%d)\n", SS7_MAX_SLAVES);
return;
}
More information about the asterisk-commits
mailing list