]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMathieu Rene <mrene@avgs.ca>
Thu, 15 Jan 2009 04:50:06 +0000 (04:50 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 15 Jan 2009 04:50:06 +0000 (04:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11217 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_limit/mod_limit.c

index 22ee565a0f312e4706f061929897f8ec01466c49..e752632b33529e925640fa8fc763343c11720c4c 100644 (file)
@@ -806,7 +806,7 @@ SWITCH_STANDARD_APP(limit_hash_function)
        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;