diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-02 11:10:12 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-02 11:10:12 +0000 |
commit | 902b26869b0fc375418bd9ea7872d5b9d16e42f8 (patch) | |
tree | 6f65f4ce7e052244c5523bdcc89724820ca41d56 /src/testing/testing.c | |
parent | 5207a98170bfa08dc47ed5fe04eadd8b03237934 (diff) |
-fixing #2293
git-svn-id: https://gnunet.org/svn/gnunet@21221 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r-- | src/testing/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c index 298d78bceb..d52aa0e4e1 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -2221,7 +2221,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Asked to connect peer %s to peer %s\n", d1->shortname, d2->shortname); /* Core is up! Iterate over all _known_ peers first to check if we are already connected to the peer! */ - GNUNET_assert (GNUNET_OK == + GNUNET_assert (NULL != GNUNET_CORE_is_peer_connected (ctx->d1->cfg, &ctx->d2->id, &core_initial_iteration, ctx)); return ctx; |