aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 25d4874bc..8d460ef74 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1987,7 +1987,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1987 fprintf (stderr, _("No policy directory specified on command line. Exiting.\n")); 1987 fprintf (stderr, _("No policy directory specified on command line. Exiting.\n"));
1988 return; 1988 return;
1989 } 1989 }
1990 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], &hosts); 1990 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], config, &hosts);
1991 if (0 == num_hosts) 1991 if (0 == num_hosts)
1992 { 1992 {
1993 fprintf (stderr, _("No hosts loaded. Need at least one host\n")); 1993 fprintf (stderr, _("No hosts loaded. Need at least one host\n"));