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:
Michael Jerris 2007-06-13 20:17:41 +00:00
parent 784c7f8c3d
commit 1d38303345
1 changed files with 1 additions and 1 deletions

View File

@ -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;