aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-daemon-regexprofiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-19 16:17:52 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-19 16:17:52 +0000
commitf2c3d575ce12a4f48cb54bb7847922a24395eda8 (patch)
tree4bbd639d361269d0a42441399934c54ba7f23fc3 /src/regex/gnunet-daemon-regexprofiler.c
parented6aacba92cc6f832c82e56fec4fd4d161342e6b (diff)
downloadgnunet-f2c3d575ce12a4f48cb54bb7847922a24395eda8.tar.gz
gnunet-f2c3d575ce12a4f48cb54bb7847922a24395eda8.zip
- tweaks for hex experiments
Diffstat (limited to 'src/regex/gnunet-daemon-regexprofiler.c')
-rw-r--r--src/regex/gnunet-daemon-regexprofiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c
index e39a9de93..7f70c2cc0 100644
--- a/src/regex/gnunet-daemon-regexprofiler.c
+++ b/src/regex/gnunet-daemon-regexprofiler.c
@@ -347,7 +347,7 @@ run (void *cls, char *const *args GNUNET_UNUSED,
347 REGEX_TEST_free_from_file (components); 347 REGEX_TEST_free_from_file (components);
348 348
349 /* Announcing regexes from policy_filename */ 349 /* Announcing regexes from policy_filename */
350 GNUNET_asprintf (&rx_with_pfx, "%s(%s)(0|1)*", regex_prefix, regex); 350 GNUNET_asprintf (&rx_with_pfx, "%s(%s)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)*", regex_prefix, regex);
351 announce_regex (rx_with_pfx); 351 announce_regex (rx_with_pfx);
352 GNUNET_free (regex); 352 GNUNET_free (regex);
353 GNUNET_free (rx_with_pfx); 353 GNUNET_free (rx_with_pfx);