mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Bug 6864 - drop realtime priority on ALL external processes
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -443,6 +443,8 @@ int ast_safe_system(const char *s)
|
||||
pid = fork();
|
||||
|
||||
if (pid == 0) {
|
||||
if (option_highpriority)
|
||||
ast_set_priority(0);
|
||||
/* Close file descriptors and launch system command */
|
||||
for (x = STDERR_FILENO + 1; x < 4096; x++)
|
||||
close(x);
|
||||
|
||||
Reference in New Issue
Block a user