gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r375 - GNUnet/src/applications/fs/lib


From: grothoff
Subject: [GNUnet-SVN] r375 - GNUnet/src/applications/fs/lib
Date: Fri, 4 Mar 2005 22:56:49 -0800 (PST)

Author: grothoff
Date: 2005-03-04 22:56:48 -0800 (Fri, 04 Mar 2005)
New Revision: 375

Modified:
   GNUnet/src/applications/fs/lib/fslibtest.c
Log:
fork

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2005-03-05 06:55:25 UTC (rev 
374)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2005-03-05 06:56:48 UTC (rev 
375)
@@ -155,7 +155,7 @@
   int i;
 
   cronTime(&now);
-  daemon = -1; // fork();
+  daemon = fork();
   if (daemon == 0) {
     /* FIXME: would be nice to be able to tell
        gnunetd to use the check/debug DB and not





reply via email to

[Prev in Thread] Current Thread [Next in Thread]