mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
tweak to repair some damage from icc tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@992 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -73,13 +73,13 @@ static struct switch_loadable_module_container loadable_modules;
|
||||
static void *switch_loadable_module_exec(switch_thread *thread, void *obj)
|
||||
{
|
||||
|
||||
assert(thread != NULL);
|
||||
|
||||
switch_status status = SWITCH_STATUS_SUCCESS;
|
||||
switch_core_thread_session *ts = obj;
|
||||
switch_loadable_module *module = ts->objs[0];
|
||||
int restarts;
|
||||
|
||||
assert(thread != NULL);
|
||||
assert(module != NULL);
|
||||
|
||||
for (restarts = 0; status != SWITCH_STATUS_TERM; restarts++) {
|
||||
|
Reference in New Issue
Block a user