mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Never call load_module / unload_module
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1259,8 +1259,8 @@ int load_module(void)
|
||||
|
||||
int reload(void)
|
||||
{
|
||||
unload_module();
|
||||
return (load_module());
|
||||
ast_context_destroy(NULL, registrar);
|
||||
return pbx_load_module();
|
||||
}
|
||||
|
||||
int usecount(void)
|
||||
|
Reference in New Issue
Block a user