Browse Source

get rid of stupid message

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
7d1629442d
1 changed files with 0 additions and 1 deletions
  1. +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);


Loading…
Cancel
Save