gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1847 - GNUnet/src/applications/fs/module
Date: Sun, 21 Aug 2005 23:19:44 -0700 (PDT)

Author: grothoff
Date: 2005-08-21 23:19:43 -0700 (Sun, 21 Aug 2005)
New Revision: 1847

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

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2005-08-22 06:17:24 UTC (rev 
1846)
+++ GNUnet/src/applications/fs/module/fs.c      2005-08-22 06:19:43 UTC (rev 
1847)
@@ -151,6 +151,7 @@
   dv = gapWrapperToDatastoreValue(value, prio);
   if (dv == NULL)
     return SYSERR;
+  gw = (GapWrapper*) value;
   size = ntohl(gw->dc.size) - sizeof(GapWrapper);
   if ( (OK != getQueryFor(size,
                          (DBlock*) &gw[1],





reply via email to

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