]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
should be INT32_MAX
authorMathieu Rene <mrene@avgs.ca>
Mon, 13 Jun 2011 22:25:02 +0000 (18:25 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 13 Jun 2011 22:25:27 +0000 (18:25 -0400)
src/mod/endpoints/mod_rtmp/mod_rtmp.c

index 576cddafba2e9c61ddc2c2de7dfc5ddb0d1e2db7..fdb5b38df274208480df10461b84526ee58a8911 100644 (file)
@@ -1258,7 +1258,7 @@ static switch_xml_config_item_t *get_instructions(rtmp_profile_t *profile) {
                SWITCH_FALSE,
                0,
                SWITCH_TRUE,
-               UINT32_MAX
+               INT32_MAX
        };
        switch_xml_config_item_t instructions[] = {
                /* parameter name        type                 reloadable   pointer                         default value     options structure */