mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
tweak for gcc 4.3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9110 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
94353fee1a
commit
6f906500d2
@ -255,7 +255,7 @@ static switch_xml_t lua_fetch(const char *section,
|
|||||||
|
|
||||||
static switch_status_t do_config(void)
|
static switch_status_t do_config(void)
|
||||||
{
|
{
|
||||||
char *cf = "lua.conf";
|
const char *cf = "lua.conf";
|
||||||
switch_xml_t cfg, xml, settings, param;
|
switch_xml_t cfg, xml, settings, param;
|
||||||
|
|
||||||
if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {
|
if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user