From: Christian Grothoff Date: Wed, 5 Oct 2011 13:53:35 +0000 (+0000) Subject: p should be n X-Git-Tag: initial-import-from-subversion-38251~16769 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9ce1e87dfdfa316a172766cafd65c9a8fbf5177;p=oweals%2Fgnunet.git p should be n --- 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);