aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:53:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:53:35 +0000
commitb9ce1e87dfdfa316a172766cafd65c9a8fbf5177 (patch)
tree6bf410b7d893ac78f76f97defeec1b8026b95ad1 /src/transport/test_transport_api_reliability.c
parent705af536a8446e0cb8954624940758cd54431848 (diff)
downloadgnunet-b9ce1e87dfdfa316a172766cafd65c9a8fbf5177.tar.gz
gnunet-b9ce1e87dfdfa316a172766cafd65c9a8fbf5177.zip
p should be n
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 a3c7ac7b9..df361b137 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -237,7 +237,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
237#if VERBOSE 237#if VERBOSE
238 if (ntohl (hdr->num) % 5000 == 0) 238 if (ntohl (hdr->num) % 5000 == 0)
239 { 239 {
240 char * ps = strdup(GNUNET_i2s(&p->id)); 240 char * ps = strdup(GNUNET_i2s(&n->id));
241 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%s') got message %u of size %u from peer (`%s')\n", 241 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%s') got message %u of size %u from peer (`%s')\n",
242 p->no, ps, ntohl (hdr->num), ntohs (message->size), GNUNET_i2s(peer)); 242 p->no, ps, ntohl (hdr->num), ntohs (message->size), GNUNET_i2s(peer));
243 GNUNET_free (ps); 243 GNUNET_free (ps);