gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8123 - GNUnet/src/util/containers


From: gnunet
Subject: [GNUnet-SVN] r8123 - GNUnet/src/util/containers
Date: Fri, 16 Jan 2009 16:59:07 -0700 (MST)

Author: nevans
Date: 2009-01-16 16:59:06 -0700 (Fri, 16 Jan 2009)
New Revision: 8123

Modified:
   GNUnet/src/util/containers/multihashmap.c
Log:


Modified: GNUnet/src/util/containers/multihashmap.c
===================================================================
--- GNUnet/src/util/containers/multihashmap.c   2009-01-16 23:40:48 UTC (rev 
8122)
+++ GNUnet/src/util/containers/multihashmap.c   2009-01-16 23:59:06 UTC (rev 
8123)
@@ -309,7 +309,7 @@
 
   while (e == NULL)
     {
-      rand = GNUNET_random_u32 (GNUNET_RANDOM_QUALITY_WEAK, map->size);
+      rand = GNUNET_random_u32 (GNUNET_RANDOM_QUALITY_WEAK, map->map_length);
       e = map->map[rand];
     }
 





reply via email to

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