gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5177 - GNUnet/src/applications/fs/module
Date: Fri, 29 Jun 2007 01:55:39 -0600 (MDT)

Author: grothoff
Date: 2007-06-29 01:55:39 -0600 (Fri, 29 Jun 2007)
New Revision: 5177

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

Modified: GNUnet/src/applications/fs/module/ondemand.c
===================================================================
--- GNUnet/src/applications/fs/module/ondemand.c        2007-06-29 07:39:15 UTC 
(rev 5176)
+++ GNUnet/src/applications/fs/module/ondemand.c        2007-06-29 07:55:39 UTC 
(rev 5177)
@@ -285,7 +285,7 @@
                       ONDEMAND_BLOCK,
                       &checkPresent,
                       &odb.header);
-  if (ret <= 0) {
+  if (ret >= 0) {
     ret = datastore->put(&key,
                         &odb.header);
   } else {





reply via email to

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