diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 12:09:19 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 12:09:19 +0000 |
commit | 0e49d75114e196ed0d25dcc5a755411b133beaae (patch) | |
tree | 1a4e475e02923c1fcea6b08354dc21e6b18b25df /src/regex/gnunet-regex-profiler.c | |
parent | d85b07416d8da03548b8448fbe99dd533535ef58 (diff) |
- missing argument
git-svn-id: https://gnunet.org/svn/gnunet@25894 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r-- | src/regex/gnunet-regex-profiler.c | 2 |
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, - ®ex_found_handler, NULL, + ®ex_found_handler, peer, NULL); peer->prof_start_time = GNUNET_TIME_absolute_get (); |