From: Matthias Wachs Date: Mon, 28 Jun 2010 07:39:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21177 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14cd6d30df08dd7cf60b134b5c165de5b31c2fc3;p=oweals%2Fgnunet.git --- diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c index d1b1b9fce..626638d55 100644 --- a/src/util/container_multihashmap.c +++ b/src/util/container_multihashmap.c @@ -130,6 +130,7 @@ static unsigned int idx_of (const struct GNUNET_CONTAINER_MultiHashMap *m, const GNUNET_HashCode * key) { + GNUNET_assert (m!=NULL); return (*(unsigned int *) key) % m->map_length; }