gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2284 - GNUnet/src/applications/datastore


From: durner
Subject: [GNUnet-SVN] r2284 - GNUnet/src/applications/datastore
Date: Wed, 23 Nov 2005 10:49:26 -0800 (PST)

Author: durner
Date: 2005-11-23 10:48:50 -0800 (Wed, 23 Nov 2005)
New Revision: 2284

Modified:
   GNUnet/src/applications/datastore/datastore.c
Log:
low prio is not an error

Modified: GNUnet/src/applications/datastore/datastore.c
===================================================================
--- GNUnet/src/applications/datastore/datastore.c       2005-11-20 01:27:26 UTC 
(rev 2283)
+++ GNUnet/src/applications/datastore/datastore.c       2005-11-23 18:48:50 UTC 
(rev 2284)
@@ -237,7 +237,7 @@
   /* check if we have enough space / priority */
   if ( (available < ntohl(value->size) ) &&
        (minPriority > ntohl(value->prio)) )
-    return SYSERR; /* new content has such a low priority that
+    return NO; /* new content has such a low priority that
                      we should not even bother! */
   if (ntohl(value->prio) < minPriority)
     minPriority = ntohl(value->prio);





reply via email to

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