gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5375 - GNUnet/src/applications/datastore
Date: Sun, 29 Jul 2007 14:26:49 -0600 (MDT)

Author: grothoff
Date: 2007-07-29 14:26:49 -0600 (Sun, 29 Jul 2007)
New Revision: 5375

Modified:
   GNUnet/src/applications/datastore/datastore.c
Log:
fixing mantis 1255

Modified: GNUnet/src/applications/datastore/datastore.c
===================================================================
--- GNUnet/src/applications/datastore/datastore.c       2007-07-29 20:17:27 UTC 
(rev 5374)
+++ GNUnet/src/applications/datastore/datastore.c       2007-07-29 20:26:49 UTC 
(rev 5375)
@@ -486,7 +486,7 @@
   state = uapi->requestService ("state");
   lq = NULL;
   if ((state != NULL) &&
-      (sizeof (unsigned long long) != state->read (uapi->ectx,
+      (sizeof (unsigned long long) == state->read (uapi->ectx,
                                                    "FS-LAST-QUOTA",
                                                    (void **) &lq)) &&
       (ntohll (*lq) == quota))





reply via email to

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