update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5349 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
01b5817179
commit
0a90b81abc
|
@ -827,7 +827,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
|
|||
}
|
||||
|
||||
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load);
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load)
|
||||
{
|
||||
|
||||
switch_status_t status;
|
||||
|
|
|
@ -1337,7 +1337,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_wanpipe_load)
|
|||
}
|
||||
|
||||
/* connect my internal structure to the blank pointer passed to me */
|
||||
*interface = &wanpipe_module_interface;
|
||||
*module_interface = &wanpipe_module_interface;
|
||||
|
||||
/* indicate that the module should continue to be loaded */
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue