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:
Tilghman Lesher
2006-05-01 20:44:24 +00:00
parent 822ea9615a
commit 00c0af845d
9 changed files with 29 additions and 0 deletions

View File

@@ -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);