[Freeswitch-svn] [commit] r12893 - freeswitch/trunk/src/mod/applications/mod_limit
FreeSWITCH SVN
mrene at freeswitch.org
Thu Apr 2 11:49:00 PDT 2009
Author: mrene
Date: Thu Apr 2 13:49:00 2009
New Revision: 12893
Log:
Remove old commented-out code (Im still not a janitor... please)
Modified:
freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c
Modified: freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c Thu Apr 2 13:49:00 2009
@@ -351,7 +351,6 @@
switch_mutex_lock(globals.limit_hash_mutex);
/* Loop through the channel's hashtable which contains mapping to all the limit_hash_item_t referenced by that channel */
- //for(hi = switch_hash_first(NULL, pvt->hash); hi; hi = switch_hash_next(hi))
while((hi = switch_hash_first(NULL, pvt->hash)))
{
void *val = NULL;
More information about the Freeswitch-svn
mailing list