- Removed stray @INCLUDE@ (how did that get there?)
[oweals/tinc.git] / src / process.c
index 7808a866f4d4e3fc92a34a17b4a708f88e8d624d..5d31b8d5fb2fc0910dc93b647f0c72f27aad3365 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: process.c,v 1.1.2.3 2000/11/17 00:56:49 guus Exp $
+    $Id: process.c,v 1.1.2.4 2000/11/17 10:03:02 guus Exp $
 */
 
 #include "config.h"
@@ -141,7 +141,7 @@ int detach(void)
     return -1;
 
   if(do_detach)
-    daemon(FALSE, FALSE);
+    daemon(0, 0);
 
   openlog(identname, LOG_CONS | LOG_PID, LOG_DAEMON);