From: Bart Polot Date: Fri, 25 Jan 2013 12:09:19 +0000 (+0000) Subject: - missing argument X-Git-Tag: initial-import-from-subversion-38251~10099 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4bba69ba0aeb6393adfd042f49d1e8af5a136a0c;p=oweals%2Fgnunet.git - missing argument --- diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c index 292c845b0..7812c1095 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 ();