mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
should be INT32_MAX
This commit is contained in:
parent
0783ec8b23
commit
692a5967d1
@ -1258,7 +1258,7 @@ static switch_xml_config_item_t *get_instructions(rtmp_profile_t *profile) {
|
|||||||
SWITCH_FALSE,
|
SWITCH_FALSE,
|
||||||
0,
|
0,
|
||||||
SWITCH_TRUE,
|
SWITCH_TRUE,
|
||||||
UINT32_MAX
|
INT32_MAX
|
||||||
};
|
};
|
||||||
switch_xml_config_item_t instructions[] = {
|
switch_xml_config_item_t instructions[] = {
|
||||||
/* parameter name type reloadable pointer default value options structure */
|
/* parameter name type reloadable pointer default value options structure */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user