aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-21 10:25:32 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-21 10:25:32 +0000
commit632f930a8ecba7d0437644f4f19d187151a9e4e0 (patch)
tree18bb564335cdbc1fee6afc7b8cd544f8c816d2f0 /src/testing
parentc78f6d6e8ab7af5d4c3912a057d6f67febab07f2 (diff)
downloadgnunet-632f930a8ecba7d0437644f4f19d187151a9e4e0.tar.gz
gnunet-632f930a8ecba7d0437644f4f19d187151a9e4e0.zip
nitpicks
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 1de293617..d878ec104 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -2403,7 +2403,7 @@ GNUNET_TESTING_connect_topology (struct GNUNET_TESTING_PeerGroup *pg,
2403 create_scale_free (pg, &add_actual_connections); 2403 create_scale_free (pg, &add_actual_connections);
2404 break; 2404 break;
2405 case GNUNET_TESTING_TOPOLOGY_NONE: 2405 case GNUNET_TESTING_TOPOLOGY_NONE:
2406 num_connections = copy_allowed_topology(pg); 2406 copy_allowed_topology(pg);
2407 break; 2407 break;
2408 default: 2408 default:
2409 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, 2409 GNUNET_log(GNUNET_ERROR_TYPE_WARNING,