Skip to content
Snippets Groups Projects
Commit 3c8b9bc6 authored by Russell Bryant's avatar Russell Bryant
Browse files

Do not allow res_timing_dahdi to be unloaded. We can re-enable this once we

add automatic use count handling for timing modules.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122526 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b6457ecf
No related branches found
No related tags found
No related merge requests found
...@@ -180,9 +180,11 @@ static int load_module(void) ...@@ -180,9 +180,11 @@ static int load_module(void)
static int unload_module(void) static int unload_module(void)
{ {
ast_uninstall_timing_functions(timing_funcs_handle); /* ast_uninstall_timing_functions(timing_funcs_handle); */
return 0; /* This module can not currently be unloaded. No use count handling is being done. */
return -1;
} }
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "DAHDI Timing Interface"); AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "DAHDI Timing Interface");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment