提交 1d383033 authored 作者: Michael Jerris's avatar Michael Jerris

use the right varname

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5346 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 784c7f8c
...@@ -154,7 +154,7 @@ static switch_status_t load_config(void) ...@@ -154,7 +154,7 @@ static switch_status_t load_config(void)
SWITCH_MODULE_LOAD_FUNCTION(mod_syslog_load) SWITCH_MODULE_LOAD_FUNCTION(mod_syslog_load)
{ {
switch_status_t status; switch_status_t status;
*interface = &console_module_interface; *module_interface = &console_module_interface;
if ((status = load_config()) != SWITCH_STATUS_SUCCESS) { if ((status = load_config()) != SWITCH_STATUS_SUCCESS) {
return status; return status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论