mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
FS-11676: [mod_lua] fix build error in test
This commit is contained in:
parent
813771f737
commit
adabceca25
@ -49,7 +49,7 @@ FST_CORE_BEGIN("conf")
|
||||
switch_api_execute("lua", "test_json.lua", NULL, &stream);
|
||||
|
||||
if (stream.data) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "LUA DATA: %s\n", stream.data);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "LUA DATA: %s\n", (char *)stream.data);
|
||||
fst_check(strstr(stream.data, "+OK") == stream.data);
|
||||
free(stream.data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user