aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/stream_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c
index 5c72d7437..a5ca040b9 100644
--- a/src/stream/stream_api.c
+++ b/src/stream/stream_api.c
@@ -2742,7 +2742,6 @@ new_tunnel_notify (void *cls,
2742 "%s: Peer %s initiated tunnel to us\n", 2742 "%s: Peer %s initiated tunnel to us\n",
2743 GNUNET_i2s (&socket->other_peer), 2743 GNUNET_i2s (&socket->other_peer),
2744 GNUNET_i2s (&socket->other_peer)); 2744 GNUNET_i2s (&socket->other_peer));
2745 /* FIXME: Copy MESH handle from lsocket to socket */
2746 return socket; 2745 return socket;
2747} 2746}
2748 2747