aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-28 08:28:42 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-28 08:28:42 +0000
commit54ec5d44e2ec3b13f651755e6637d7a6b8a77a7b (patch)
tree96246f965dee759b77eafe7f5a9d1d66bdfbaa3b /src/regex
parent38030024f1917ecf884a348afcd04b92d0bcd835 (diff)
add function conv param string
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index 48efd18920..b36638f9d6 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -423,7 +423,7 @@ regex_iterator (void *cls,
struct GNUNET_MY_QueryParam params_stmt[] = {
GNUNET_MY_query_param_auto_from_type (key),
GNUNET_MY_query_param_string (""),
- GNUNET_MY_query_param_auto_from_type (""),
+ GNUNET_MY_query_param_auto_from_type (NULL),
GNUNET_MY_query_param_uint32 (&iaccepting),
GNUNET_MY_query_param_end
};