aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 292c845b0b..7812c10958 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -978,7 +978,7 @@ dht_connect_cb (void *cls, struct GNUNET_TESTBED_Operation *op,
peer->search_str_matched = GNUNET_NO;
peer->search_handle = GNUNET_REGEX_search (peer->dht_handle,
peer->search_str,
- &regex_found_handler, NULL,
+ &regex_found_handler, peer,
NULL);
peer->prof_start_time = GNUNET_TIME_absolute_get ();