use the right varname
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5346 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
784c7f8c3d
commit
1d38303345
|
@ -154,7 +154,7 @@ static switch_status_t load_config(void)
|
|||
SWITCH_MODULE_LOAD_FUNCTION(mod_syslog_load)
|
||||
{
|
||||
switch_status_t status;
|
||||
*interface = &console_module_interface;
|
||||
*module_interface = &console_module_interface;
|
||||
|
||||
if ((status = load_config()) != SWITCH_STATUS_SUCCESS) {
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue