rebind sighandlers

This commit is contained in:
Brian West
2011-04-08 13:46:02 -05:00
parent 3de9b51a86
commit 1604f08e33
3 changed files with 31 additions and 21 deletions

View File

@@ -945,6 +945,8 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
*new_module = module;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Successfully Loaded [%s]\n", module_interface->module_name);
switch_core_set_signal_handlers();
return SWITCH_STATUS_SUCCESS;
}