gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1570 - GNUnet/src/applications/fs/module
Date: Sun, 17 Jul 2005 03:42:33 -0700 (PDT)

Author: grothoff
Date: 2005-07-17 03:42:29 -0700 (Sun, 17 Jul 2005)
New Revision: 1570

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

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2005-07-16 21:51:57 UTC (rev 
1569)
+++ GNUnet/src/applications/fs/module/fs.c      2005-07-17 10:42:29 UTC (rev 
1570)
@@ -943,8 +943,8 @@
 int initialize_module_fs(CoreAPIForApplication * capi) {
   static Blockstore dsGap;
   static Blockstore dsDht;
+  SBlock sb;
 
-
   GNUNET_ASSERT(sizeof(CHK) == 128);
   GNUNET_ASSERT(sizeof(DBlock) == 4);
   GNUNET_ASSERT(sizeof(IBlock) == 132);
@@ -953,8 +953,8 @@
   GNUNET_ASSERT(sizeof(SBlock) == 732);
   GNUNET_ASSERT(sizeof(NBlock) == 716);
   GNUNET_ASSERT(sizeof(KNBlock) == 1244);
+  sb.type = 0; /* make sb life */
 
-
   hash("GNUNET_FS",
        strlen("GNUNET_FS"),
        &dht_table);





reply via email to

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