gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5545 - GNUnet/src/applications/fs/module


From: gnunet
Subject: [GNUnet-SVN] r5545 - GNUnet/src/applications/fs/module
Date: Sat, 25 Aug 2007 17:31:25 -0600 (MDT)

Author: grothoff
Date: 2007-08-25 17:31:25 -0600 (Sat, 25 Aug 2007)
New Revision: 5545

Modified:
   GNUnet/src/applications/fs/module/fs.c
   GNUnet/src/applications/fs/module/migration.c
Log:
stuuupid

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2007-08-25 11:03:37 UTC (rev 
5544)
+++ GNUnet/src/applications/fs/module/fs.c      2007-08-25 23:31:25 UTC (rev 
5545)
@@ -1273,6 +1273,9 @@
   LG_Job *job;
   void *unused;
 
+  GE_LOG (ectx,
+          GE_DEBUG | GE_REQUEST | GE_USER,
+          "fs shutdown\n");
   doneMigration ();
   GE_ASSERT (ectx,
              SYSERR !=

Modified: GNUnet/src/applications/fs/module/migration.c
===================================================================
--- GNUnet/src/applications/fs/module/migration.c       2007-08-25 11:03:37 UTC 
(rev 5544)
+++ GNUnet/src/applications/fs/module/migration.c       2007-08-25 23:31:25 UTC 
(rev 5545)
@@ -162,7 +162,7 @@
           discard_time = now;
           if (OK != datastore->getRandom (&content[i].key, &content[i].value))
             {
-              content[entry].value = NULL;      /* just to be sure... */
+              content[i].value = NULL;      /* just to be sure... */
               continue;
             }
           else





reply via email to

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