mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Don't try to look offhook with channel banks & Loopstart (bug #2362), also make individual modules reloadable...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -446,7 +446,7 @@ static void hup_handler(int num)
|
||||
if (restartnow)
|
||||
execvp(_argv[0], _argv);
|
||||
/* XXX This could deadlock XXX */
|
||||
ast_module_reload();
|
||||
ast_module_reload(NULL);
|
||||
}
|
||||
|
||||
static void child_handler(int sig)
|
||||
|
||||
Reference in New Issue
Block a user