From b9ce1e87dfdfa316a172766cafd65c9a8fbf5177 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Oct 2011 13:53:35 +0000 Subject: p should be n --- src/transport/test_transport_api_reliability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/test_transport_api_reliability.c') 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, #if VERBOSE if (ntohl (hdr->num) % 5000 == 0) { - char * ps = strdup(GNUNET_i2s(&p->id)); + char * ps = strdup(GNUNET_i2s(&n->id)); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%s') got message %u of size %u from peer (`%s')\n", p->no, ps, ntohl (hdr->num), ntohs (message->size), GNUNET_i2s(peer)); GNUNET_free (ps); -- cgit v1.2.3