mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Oops, this isn't necessarily AGI that is forking anymore
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1809,7 +1809,7 @@ int ast_safe_fork(int stop_reaper)
|
||||
|
||||
/* unblock important signal handlers */
|
||||
if (pthread_sigmask(SIG_UNBLOCK, &signal_set, NULL)) {
|
||||
ast_log(LOG_WARNING, "unable to unblock signals for AGI script: %s\n", strerror(errno));
|
||||
ast_log(LOG_WARNING, "unable to unblock signals: %s\n", strerror(errno));
|
||||
_exit(1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user