gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7536 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r7536 - GNUnet/src/applications/fs/gap
Date: Sat, 9 Aug 2008 23:53:40 -0600 (MDT)

Author: grothoff
Date: 2008-08-09 23:53:40 -0600 (Sat, 09 Aug 2008)
New Revision: 7536

Modified:
   GNUnet/src/applications/fs/gap/gap.c
Log:
fix-ndurner-catch

Modified: GNUnet/src/applications/fs/gap/gap.c
===================================================================
--- GNUnet/src/applications/fs/gap/gap.c        2008-08-09 16:53:01 UTC (rev 
7535)
+++ GNUnet/src/applications/fs/gap/gap.c        2008-08-10 05:53:40 UTC (rev 
7536)
@@ -181,7 +181,7 @@
   et = GNUNET_ntohll (value->expiration_time);
   now = GNUNET_get_time ();
   /* convert to relative expiration time */
-  if (now > et)
+  if (now < et)
     {
       et -= now;
       if (ntohl (value->type) == GNUNET_ECRS_BLOCKTYPE_KEYWORD)





reply via email to

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