1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-07 21:32:56 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5349 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-06-13 21:00:24 +00:00
parent 01b5817179
commit 0a90b81abc
2 changed files with 2 additions and 2 deletions
src/mod/endpoints
mod_alsa
mod_wanpipe

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