From: Mathieu Rene Date: Mon, 13 Jun 2011 22:25:02 +0000 (-0400) Subject: should be INT32_MAX X-Git-Tag: v1.2-rc1~108^2~11^2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=692a5967d19e0fc8b534e839f3cc748bc972898a;p=thirdparty%2Ffreeswitch.git should be INT32_MAX --- diff --git a/src/mod/endpoints/mod_rtmp/mod_rtmp.c b/src/mod/endpoints/mod_rtmp/mod_rtmp.c index 576cddafba..fdb5b38df2 100644 --- a/src/mod/endpoints/mod_rtmp/mod_rtmp.c +++ b/src/mod/endpoints/mod_rtmp/mod_rtmp.c @@ -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 */