aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multihashmap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-05 13:19:01 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-05 13:19:01 +0000
commit32e19a47f4e6bd369e99e3d292be7b01c009edac (patch)
tree7a43fdac918d23415b515d47ff837c28ede108fd /src/util/container_multihashmap.c
parent3de7118c925ac03b973655af6bfedc606aa097b4 (diff)
downloadgnunet-32e19a47f4e6bd369e99e3d292be7b01c009edac.tar.gz
gnunet-32e19a47f4e6bd369e99e3d292be7b01c009edac.zip
seach
Diffstat (limited to 'src/util/container_multihashmap.c')
-rw-r--r--src/util/container_multihashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c
index a84955eb3..410564a48 100644
--- a/src/util/container_multihashmap.c
+++ b/src/util/container_multihashmap.c
@@ -123,7 +123,7 @@ GNUNET_CONTAINER_multihashmap_iterate (const struct
123 e = map->map[i]; 123 e = map->map[i];
124 while (e != NULL) 124 while (e != NULL)
125 { 125 {
126 if ((NULL != it) && (GNUNET_OK != it (&e->key, e->value, cls))) 126 if ((NULL != it) && (GNUNET_OK != it (cls, &e->key, e->value)))
127 return GNUNET_SYSERR; 127 return GNUNET_SYSERR;
128 count++; 128 count++;
129 e = e->next; 129 e = e->next;