diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-26 15:56:13 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-26 15:56:13 +0000 |
commit | 90126c73492c3a29e460f4a216f21ac6c3ca5a24 (patch) | |
tree | c292085d694dfd2378a1b9a79bfd8eb8de8e50d4 | |
parent | 5e1148ac7ebeba6a67a5ba71243a6b5864eaa20d (diff) |
- fix testcase
git-svn-id: https://gnunet.org/svn/gnunet@24568 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/mesh/test_mesh_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_regex.c b/src/mesh/test_mesh_regex.c index e31cfed81b..8e65324dff 100644 --- a/src/mesh/test_mesh_regex.c +++ b/src/mesh/test_mesh_regex.c @@ -447,7 +447,7 @@ peergroup_ready (void *cls, const char *emsg) &app); GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Announce REGEX %u: %s\n", i, regexes[i]); - GNUNET_MESH_announce_regex (h2[i], regexes[i]); + GNUNET_MESH_announce_regex (h2[i], regexes[i], 1); } for (i = 0; i < MESH_REGEX_PEERS; i++) |