[Sysfence-commit] sysfence sysfence.c,1.22,1.23
Status: Alpha
Brought to you by:
emes
|
From: mkoperto <mko...@us...> - 2004-05-29 08:26:29
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23197 Modified Files: sysfence.c Log Message: I forgot... Index: sysfence.c =================================================================== RCS file: /cvsroot/sysfence/sysfence/sysfence.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- sysfence.c 29 May 2004 08:23:59 -0000 1.22 +++ sysfence.c 29 May 2004 08:26:20 -0000 1.23 @@ -77,7 +77,7 @@ /* open files for reading data and detach from console */ open_files (); - //if (daemon (0, 0) != 0) bail_out (EXIT_IO, "daemon()"); + if (daemon (0, 0) != 0) bail_out (EXIT_IO, "daemon()"); /* initialize semaphore */ semid = semaphore_init (SEMAPHORE_SET); |