mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Remove some debugging from pposix.c
This commit is contained in:
parent
c67ce2d2e1
commit
f53f472410
1 changed files with 0 additions and 2 deletions
|
@ -53,13 +53,11 @@ static int daemonize(lua_State *L)
|
|||
else if(pid != 0)
|
||||
{
|
||||
/* We are the parent process */
|
||||
printf("We are the parent, pid of child is %d\n", (int)pid);
|
||||
lua_pushboolean(L, 1);
|
||||
lua_pushnumber(L, pid);
|
||||
return 2;
|
||||
}
|
||||
|
||||
printf("We are the child, pid reports %d\n", (int)pid);
|
||||
/* and we are the child process */
|
||||
if(setsid() == -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue