From: Christian Grothoff Date: Fri, 21 May 2010 10:25:32 +0000 (+0000) Subject: nitpicks X-Git-Tag: initial-import-from-subversion-38251~21601 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=632f930a8ecba7d0437644f4f19d187151a9e4e0;p=oweals%2Fgnunet.git nitpicks --- 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, create_scale_free (pg, &add_actual_connections); break; case GNUNET_TESTING_TOPOLOGY_NONE: - num_connections = copy_allowed_topology(pg); + copy_allowed_topology(pg); break; default: GNUNET_log(GNUNET_ERROR_TYPE_WARNING,