aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-28 08:23:29 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-28 08:23:29 +0000
commit38030024f1917ecf884a348afcd04b92d0bcd835 (patch)
tree42260824679abd9ada7d74a246120bbe9d844b62 /src/regex
parent6da8cb2e81a46c5658711e70312d4523d33c0d1d (diff)
downloadgnunet-38030024f1917ecf884a348afcd04b92d0bcd835.tar.gz
gnunet-38030024f1917ecf884a348afcd04b92d0bcd835.zip
add function conv param string
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index 62c768a55..48efd1892 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -18,6 +18,7 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20 20
21
21/** 22/**
22 * @file regex/gnunet-regex-simulation-profiler.c 23 * @file regex/gnunet-regex-simulation-profiler.c
23 * @brief Regex profiler that dumps all DFAs into a database instead of 24 * @brief Regex profiler that dumps all DFAs into a database instead of
@@ -422,15 +423,15 @@ regex_iterator (void *cls,
422 struct GNUNET_MY_QueryParam params_stmt[] = { 423 struct GNUNET_MY_QueryParam params_stmt[] = {
423 GNUNET_MY_query_param_auto_from_type (key), 424 GNUNET_MY_query_param_auto_from_type (key),
424 GNUNET_MY_query_param_string (""), 425 GNUNET_MY_query_param_string (""),
425 GNUNET_MY_query_param_auto_from_type (NULL), 426 GNUNET_MY_query_param_auto_from_type (""),
426 GNUNET_MY_query_param_uint32 (&iaccepting), 427 GNUNET_MY_query_param_uint32 (&iaccepting),
427 GNUNET_MY_query_param_end 428 GNUNET_MY_query_param_end
428 }; 429 };
429 430
430 result = 431 result =
431 GNUNET_MY_exec_prepared(mysql_ctx, 432 GNUNET_MY_exec_prepared (mysql_ctx,
432 stmt_handle, 433 stmt_handle,
433 params_stmt); 434 params_stmt);
434 435
435 if (1 != result && 0 != result) 436 if (1 != result && 0 != result)
436 { 437 {