Skip to content

Commit

Permalink
daemonize: fix unnecessary close command
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 21, 2016
1 parent 8a17be2 commit 9f68260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemonize.c
Expand Up @@ -337,7 +337,6 @@ int daemonize(char* name, int * own_pgid)
if (r<=0) {
LM_ERR("unable to write pgid to file %s: %s\n",
pid_file, strerror(errno));
fclose(pid_stream);
goto error;
}
}
Expand Down

0 comments on commit 9f68260

Please sign in to comment.