aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-04 13:54:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-04 13:54:33 +0000
commit98c7ca502554ae53580d5553070af98c889178fc (patch)
treeee722a498569fc2222663475269483610758db53 /src/stream
parente19f7147dfa02121c0195b27f27292e889b94742 (diff)
downloadgnunet-98c7ca502554ae53580d5553070af98c889178fc.tar.gz
gnunet-98c7ca502554ae53580d5553070af98c889178fc.zip
removed fixme
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