This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
823
Wiki
Activity
Browse Source
hack to prevent stale children
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
13 years ago
parent
0882566d89
commit
47e344a261
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/call.c
+ 2
- 0
daemon/call.c
View File
@ -600,6 +600,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
)
;
Write
Preview
Loading…
Cancel
Save