From 692a5967d19e0fc8b534e839f3cc748bc972898a Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Mon, 13 Jun 2011 18:25:02 -0400 Subject: [PATCH] should be INT32_MAX --- src/mod/endpoints/mod_rtmp/mod_rtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */