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
822
Wiki
Activity
Browse Source
get rid of stupid message
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
df1b169cba
commit
7d1629442d
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
daemon/main.c
+ 0
- 1
daemon/main.c
View File
@ -301,7 +301,6 @@ static void options(int *argc, char ***argv) {
static
void
daemonize
(
void
)
{
printf
(
"
Going to background...
\n
"
)
;
if
(
fork
(
)
)
_exit
(
0
)
;
stdin
=
freopen
(
"
/dev/null
"
,
"
r
"
,
stdin
)
;
Write
Preview
Loading…
Cancel
Save