aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 11:42:51 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 11:42:51 +0000
commit1a9e2a8a3dd9bba7652d6099e6fa0553caef8d09 (patch)
tree954cd18eb2c56ea522a56ce621e7780b775e7433 /src/transport/test_transport_api_reliability.c
parentec3b01719d0dc6d12bfa3cc093fb30453e42e146 (diff)
downloadgnunet-1a9e2a8a3dd9bba7652d6099e6fa0553caef8d09.tar.gz
gnunet-1a9e2a8a3dd9bba7652d6099e6fa0553caef8d09.zip
fix
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index f606b408c..03a2458b2 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -383,11 +383,11 @@ exchange_hello_last (void *cls,
383{ 383{
384 struct PeerContext *me = cls; 384 struct PeerContext *me = cls;
385 385
386 GNUNET_assert (message != NULL);
386 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 387 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
387 "Exchanging HELLO of size %d with peer (%s)!\n", 388 "Exchanging HELLO of size %d with peer (%s)!\n",
388 (int) GNUNET_HELLO_size((const struct GNUNET_HELLO_Message *)message), 389 (int) GNUNET_HELLO_size((const struct GNUNET_HELLO_Message *)message),
389 GNUNET_i2s (&me->id)); 390 GNUNET_i2s (&me->id));
390 GNUNET_assert (message != NULL);
391 GNUNET_assert (GNUNET_OK == 391 GNUNET_assert (GNUNET_OK ==
392 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) 392 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *)
393 message, &me->id)); 393 message, &me->id));