summaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal.c')
-rw-r--r--src/regex/regex_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal.c b/src/regex/regex_internal.c
index 38a95976a..6789b2f72 100644
--- a/src/regex/regex_internal.c
+++ b/src/regex/regex_internal.c
@@ -3617,7 +3617,7 @@ REGEX_INTERNAL_iterate_reachable_edges (struct REGEX_INTERNAL_Automaton *a,
3617 struct GNUNET_CONTAINER_MultiHashMap *hm; 3617 struct GNUNET_CONTAINER_MultiHashMap *hm;
3618 struct client_iterator ci; 3618 struct client_iterator ci;
3619 3619
3620 hm = GNUNET_CONTAINER_multihashmap_create (a->state_count * 2, GNUNET_YES); 3620 hm = GNUNET_CONTAINER_multihashmap_create (a->state_count * 2, GNUNET_NO);
3621 ci.iterator = iterator; 3621 ci.iterator = iterator;
3622 ci.iterator_cls = iterator_cls; 3622 ci.iterator_cls = iterator_cls;
3623 3623