aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-02 11:10:12 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-02 11:10:12 +0000
commitb734ef1365245bbaf42fbdb1861baeaa95327f67 (patch)
tree6f65f4ce7e052244c5523bdcc89724820ca41d56 /src/testing/testing.c
parent45063a766d9a922d7f2b762ede305679e728cbfc (diff)
downloadgnunet-b734ef1365245bbaf42fbdb1861baeaa95327f67.tar.gz
gnunet-b734ef1365245bbaf42fbdb1861baeaa95327f67.zip
-fixing #2293
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 298d78bce..d52aa0e4e 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -2221,7 +2221,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
2221 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Asked to connect peer %s to peer %s\n", 2221 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Asked to connect peer %s to peer %s\n",
2222 d1->shortname, d2->shortname); 2222 d1->shortname, d2->shortname);
2223 /* Core is up! Iterate over all _known_ peers first to check if we are already connected to the peer! */ 2223 /* Core is up! Iterate over all _known_ peers first to check if we are already connected to the peer! */
2224 GNUNET_assert (GNUNET_OK == 2224 GNUNET_assert (NULL !=
2225 GNUNET_CORE_is_peer_connected (ctx->d1->cfg, &ctx->d2->id, 2225 GNUNET_CORE_is_peer_connected (ctx->d1->cfg, &ctx->d2->id,
2226 &core_initial_iteration, ctx)); 2226 &core_initial_iteration, ctx));
2227 return ctx; 2227 return ctx;