aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-11 22:33:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-11 22:33:24 +0000
commit464d2cbfa3c56bd11c78667fc6e2f0a960f02f92 (patch)
tree0d5ffb0a36890fc58bf1b53b4ef872c8f5f68279 /src/testing
parent4094407e04c6cfc3b944301467f1249cdc59954c (diff)
downloadgnunet-464d2cbfa3c56bd11c78667fc6e2f0a960f02f92.tar.gz
gnunet-464d2cbfa3c56bd11c78667fc6e2f0a960f02f92.zip
minor fixes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 4f369812d..f4057e6d1 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1488,7 +1488,7 @@ create_and_copy_blacklist_files (struct GNUNET_TESTING_PeerGroup *pg, char *tran
1488 } 1488 }
1489 } 1489 }
1490 1490
1491 GNUNET_free_non_null(temp_transports); 1491 GNUNET_free (temp_transports);
1492 fclose(temp_file_handle); 1492 fclose(temp_file_handle);
1493 1493
1494 if (GNUNET_OK != 1494 if (GNUNET_OK !=