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
its always nice to call openlog()
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
14 years ago
parent
72840c8d1d
commit
da02558511
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/main.c
+ 1
- 0
daemon/main.c
View File
@ -301,6 +301,7 @@ static void wpidfile(void) {
static
void
init_everything
(
)
{
g_thread_init
(
NULL
)
;
openlog
(
"
mediaproxy-ng
"
,
LOG_PID
|
LOG_NDELAY
,
LOG_DAEMON
)
;
signals
(
)
;
resources
(
)
;
}
Write
Preview
Loading…
Cancel
Save