]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use the right varname
authorMichael Jerris <mike@jerris.com>
Wed, 13 Jun 2007 20:17:41 +0000 (20:17 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 13 Jun 2007 20:17:41 +0000 (20:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5346 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/loggers/mod_syslog/mod_syslog.c

index d70d27b4938e3f879dfdc69a19dde814f2dabbab..0f3f4c5b655ca8869a4162c865aae04e19f7a354 100644 (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;