gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25624 - gnunet/src/consensus


From: gnunet
Subject: [GNUnet-SVN] r25624 - gnunet/src/consensus
Date: Fri, 21 Dec 2012 15:04:05 +0100

Author: grothoff
Date: 2012-12-21 15:04:04 +0100 (Fri, 21 Dec 2012)
New Revision: 25624

Modified:
   gnunet/src/consensus/ibf.c
Log:
-nicer

Modified: gnunet/src/consensus/ibf.c
===================================================================
--- gnunet/src/consensus/ibf.c  2012-12-21 14:03:13 UTC (rev 25623)
+++ gnunet/src/consensus/ibf.c  2012-12-21 14:04:04 UTC (rev 25624)
@@ -134,7 +134,8 @@
       unsigned int j;
       int collided;
     
-      if ((i % 16) == 0)
+      if ( (0 != i) &&
+          (0 == (i % 16)) )
        GNUNET_CRYPTO_hash (&bucket_indices, sizeof (struct GNUNET_HashCode),
                            &bucket_indices);
       




reply via email to

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