diff options
Diffstat (limited to 'src/regex/gnunet-regex-simulation-profiler.c')
-rw-r--r-- | src/regex/gnunet-regex-simulation-profiler.c | 2 |
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 }; |