]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missed one
authorMathieu Rene <mrene@avgs.ca>
Thu, 26 May 2011 14:52:41 +0000 (10:52 -0400)
committerMathieu Rene <mrene@avgs.ca>
Thu, 26 May 2011 14:52:41 +0000 (10:52 -0400)
libs/esl/src/esl.c

index def0346c499f7df1333bc8bddeddc253c7c55de5..1a4d988a234f45b2e5f326edf2f74619f8d4a751 100644 (file)
@@ -1053,7 +1053,7 @@ static int add_array(esl_event_t *event, const char *var, const char *val)
        data = strdup(val + 7);
        
        len = (sizeof(char *) * max) + 1;
-       esl_assert(len == 0);
+
        array = malloc(len);
        memset(array, 0, len);