Browse Source

hack to prevent stale children

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
2784cb41a3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -609,6 +609,8 @@ retry:
}
/* child process */
alarm(1); /* syslog functions contain a lock, which may be locked at
this point and can't be unlocked */
rlim(RLIMIT_CORE, 0);
sigemptyset(&ss);
sigprocmask(SIG_SETMASK, &ss, NULL);


Loading…
Cancel
Save