gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r2529 - GNUnet/src/applications/fs/module
Date: Thu, 16 Mar 2006 18:24:51 -0800 (PST)

Author: grothoff
Date: 2006-03-16 18:24:50 -0800 (Thu, 16 Mar 2006)
New Revision: 2529

Modified:
   GNUnet/src/applications/fs/module/fs.c
Log:
fix

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2006-03-17 02:22:16 UTC (rev 
2528)
+++ GNUnet/src/applications/fs/module/fs.c      2006-03-17 02:24:50 UTC (rev 
2529)
@@ -185,6 +185,8 @@
   if (migration)
     ret = datastore->putUpdate(query,
                               dv);
+  else
+    ret = OK;
   FREE(dv);
   return ret;
 }





reply via email to

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