aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/gnunet-ats-sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/gnunet-ats-sim.c')
-rw-r--r--src/ats-tests/gnunet-ats-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/gnunet-ats-sim.c b/src/ats-tests/gnunet-ats-sim.c
index fb3014798..15cd52e2f 100644
--- a/src/ats-tests/gnunet-ats-sim.c
+++ b/src/ats-tests/gnunet-ats-sim.c
@@ -339,7 +339,7 @@ parse_args (int argc, char *argv[])
339 { 339 {
340 if ((c < (argc - 1)) && (0 == strcmp (argv[c], "-e"))) 340 if ((c < (argc - 1)) && (0 == strcmp (argv[c], "-e")))
341 { 341 {
342 GNUNET_free_non_null (opt_exp_file); 342 GNUNET_free (opt_exp_file);
343 opt_exp_file = GNUNET_strdup (argv[c + 1]); 343 opt_exp_file = GNUNET_strdup (argv[c + 1]);
344 } 344 }
345 if (0 == strcmp (argv[c], "-l")) 345 if (0 == strcmp (argv[c], "-l"))