gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6186 - GNUnet/src/applications/fs/gap
Date: Thu, 7 Feb 2008 00:20:59 -0700 (MST)

Author: grothoff
Date: 2008-02-07 00:20:59 -0700 (Thu, 07 Feb 2008)
New Revision: 6186

Modified:
   GNUnet/src/applications/fs/gap/fs.c
Log:
invalid assertions

Modified: GNUnet/src/applications/fs/gap/fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/fs.c 2008-02-07 07:06:25 UTC (rev 6185)
+++ GNUnet/src/applications/fs/gap/fs.c 2008-02-07 07:20:59 UTC (rev 6186)
@@ -690,8 +690,6 @@
   GNUNET_GE_ASSERT (ectx, sizeof (SBlock) == 724);
   GNUNET_GE_ASSERT (ectx, sizeof (NBlock) == 716);
   GNUNET_GE_ASSERT (ectx, sizeof (KNBlock) == 1244);
-  GNUNET_GE_ASSERT (ectx, sizeof (P2P_gap_reply_MESSAGE) == 68);
-  GNUNET_GE_ASSERT (ectx, sizeof (P2P_gap_query_MESSAGE) == 144);
 
   if ((-1 == GNUNET_GC_get_configuration_value_number (coreAPI->cfg, "LOAD", 
"HARDCPULIMIT", 0, 100000, /* 1000 CPUs!? */
                                                        0,       /* 0 == no 
limit */





reply via email to

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