gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4918 - GNUnet/src/applications/fs/module
Date: Sun, 3 Jun 2007 18:49:16 -0600 (MDT)

Author: grothoff
Date: 2007-06-03 18:49:16 -0600 (Sun, 03 Jun 2007)
New Revision: 4918

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

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2007-06-04 00:26:15 UTC (rev 
4917)
+++ GNUnet/src/applications/fs/module/fs.c      2007-06-04 00:49:16 UTC (rev 
4918)
@@ -710,10 +710,10 @@
         "Converting reply for query `%s' for gap.\n",
         &enc);
 #endif
-  et = ntohll(value->expirationTime);
+  et = ntohll(invalue->expirationTime);
   now = get_time();
   if ( (et <= now) &&
-       (ntohl(value->type) != D_BLOCK) ) {
+       (ntohl(invalue->type) != D_BLOCK) ) {
     /* content expired and not just data -- drop! */
     return OK;
   }





reply via email to

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