gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12001 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12001 - gnunet/src/util
Date: Mon, 28 Jun 2010 09:39:25 +0200

Author: wachs
Date: 2010-06-28 09:39:25 +0200 (Mon, 28 Jun 2010)
New Revision: 12001

Modified:
   gnunet/src/util/container_multihashmap.c
Log:


Modified: gnunet/src/util/container_multihashmap.c
===================================================================
--- gnunet/src/util/container_multihashmap.c    2010-06-28 07:39:25 UTC (rev 
12000)
+++ gnunet/src/util/container_multihashmap.c    2010-06-28 07:39:25 UTC (rev 
12001)
@@ -130,6 +130,7 @@
 idx_of (const struct GNUNET_CONTAINER_MultiHashMap *m,
         const GNUNET_HashCode * key)
 {
+  GNUNET_assert (m!=NULL);
   return (*(unsigned int *) key) % m->map_length;
 }
 




reply via email to

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