aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index fe56250a5..e360d7083 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1337,7 +1337,7 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system,
1337 peer->nports = nports; 1337 peer->nports = nports;
1338 return peer; 1338 return peer;
1339 1339
1340 err_ret: 1340err_ret:
1341 GNUNET_free (ss_instances); 1341 GNUNET_free (ss_instances);
1342 GNUNET_free (ports); 1342 GNUNET_free (ports);
1343 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s", emsg_); 1343 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s", emsg_);
@@ -2848,7 +2848,7 @@ GNUNET_TESTING_get_topo_from_file (const char *filename)
2848 } 2848 }
2849 2849
2850 LOG (GNUNET_ERROR_TYPE_DEBUG, 2850 LOG (GNUNET_ERROR_TYPE_DEBUG,
2851 "file length %lu\n", 2851 "file length %" PRIu64 "\n",
2852 fs); 2852 fs);
2853 data[fs] = '\0'; 2853 data[fs] = '\0';
2854 2854