[Freeswitch-svn] [commit] r11217 - freeswitch/trunk/src/mod/applications/mod_limit
FreeSWITCH SVN
mrene at freeswitch.org
Wed Jan 14 20:50:06 PST 2009
Author: mrene
Date: Wed Jan 14 22:50:06 2009
New Revision: 11217
Log:
tweak
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 Wed Jan 14 22:50:06 2009
@@ -806,7 +806,7 @@
char *id = NULL;
char *hashkey = NULL;
char *xfer_exten = NULL;
- int max = 0;
+ int max = -1;
int interval = 0;
char *szinterval = NULL;
limit_hash_item_t *item = NULL;
More information about the Freeswitch-svn
mailing list