[asterisk-commits] mmichelson: branch group/CCSS r248866 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 25 15:37:23 CST 2010
Author: mmichelson
Date: Thu Feb 25 15:37:19 2010
New Revision: 248866
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=248866
Log:
Remove second line of debug code.
Modified:
team/group/CCSS/channels/chan_sip.c
Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=248866&r1=248865&r2=248866
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Thu Feb 25 15:37:19 2010
@@ -1088,7 +1088,6 @@
static int initialize_escs(void)
{
int i, res = 0;
- sizeof(event_state_compositors), sizeof(0[event_state_compositors]));
for (i = 0; i < ARRAY_LEN(event_state_compositors); i++) {
if (!((event_state_compositors[i].compositor) =
ao2_container_alloc(ESC_MAX_BUCKETS, esc_hash_fn, esc_cmp_fn))) {
More information about the asterisk-commits
mailing list