aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-17 12:43:16 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-17 12:43:16 +0000
commitf99b809f85af1836699b6bf309ee2250e3afa2c5 (patch)
tree55e9599773dba6ab3c253617ef66ed2edc3d96c4 /src/mesh
parentbba61c9d591ded8cef0daa1c33533c2cc47837e8 (diff)
downloadgnunet-f99b809f85af1836699b6bf309ee2250e3afa2c5.tar.gz
gnunet-f99b809f85af1836699b6bf309ee2250e3afa2c5.zip
- use proper ID
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index e00557f2f..60d29a039 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4054,7 +4054,7 @@ handle_mesh_data (const struct GNUNET_PeerIdentity *peer,
4054 { 4054 {
4055 GNUNET_STATISTICS_update (stats, "# data on dying tunnel", 1, GNUNET_NO); 4055 GNUNET_STATISTICS_update (stats, "# data on dying tunnel", 1, GNUNET_NO);
4056 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "data on dying tunnel %s[%X]\n", 4056 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "data on dying tunnel %s[%X]\n",
4057 GNUNET_i2s(peer), ntohl (msg->tid)); 4057 GNUNET_PEER_resolve2 (t->id.oid), ntohl (msg->tid));
4058 return GNUNET_OK; /* Next hop has destoyed the tunnel, drop */ 4058 return GNUNET_OK; /* Next hop has destoyed the tunnel, drop */
4059 } 4059 }
4060 ttl = ntohl (msg->ttl); 4060 ttl = ntohl (msg->ttl);