mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
This fixes 8836, according to dnatural
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3941,7 +3941,6 @@ static int ael2_no_debug(int fd, int argc, char *argv[])
|
||||
|
||||
static int ael2_reload(int fd, int argc, char *argv[])
|
||||
{
|
||||
ast_context_destroy(NULL, registrar);
|
||||
return (pbx_load_module());
|
||||
}
|
||||
|
||||
@@ -3986,7 +3985,6 @@ static int load_module(void)
|
||||
|
||||
static int reload(void)
|
||||
{
|
||||
ast_context_destroy(NULL, registrar);
|
||||
return pbx_load_module();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user