projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e055f79
)
bug
author
Philipp Tölke
<toelke@in.tum.de>
Sun, 18 Sep 2011 11:59:15 +0000
(11:59 +0000)
committer
Philipp Tölke
<toelke@in.tum.de>
Sun, 18 Sep 2011 11:59:15 +0000
(11:59 +0000)
src/vpn/gnunet-daemon-exit.c
patch
|
blob
|
history
diff --git
a/src/vpn/gnunet-daemon-exit.c
b/src/vpn/gnunet-daemon-exit.c
index 84a0e175aa75270e66e6053a0d077e49af7d920d..e54dca79094b7b6eca2029fa4416b31ecec637c0 100644
(file)
--- a/
src/vpn/gnunet-daemon-exit.c
+++ b/
src/vpn/gnunet-daemon-exit.c
@@
-515,6
+515,8
@@
tcp_from_helper (struct tcp_pkt *tcp, unsigned char *dadr, size_t addrlen,
element->len = len;
GNUNET_CONTAINER_DLL_insert_tail (head, tail, element);
+ GNUNET_MESH_tunnel_set_head (*tunnel, head);
+ GNUNET_MESH_tunnel_set_tail (*tunnel, tail);
}
}