aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.c
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-06-15 07:15:36 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-06-15 07:15:36 +0000
commit90926706fbdbd6f233175ad71fb0b537e64fdf4b (patch)
tree6d332cc92aaf936af0146d61c7dbc6704d94b6f8 /src/vpn/gnunet-daemon-vpn.c
parent93bb498a6b05f94f1659ec64469d2aef43a1d477 (diff)
downloadgnunet-90926706fbdbd6f233175ad71fb0b537e64fdf4b.tar.gz
gnunet-90926706fbdbd6f233175ad71fb0b537e64fdf4b.zip
clarifying comment
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index f07538548..34a480a3e 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -190,6 +190,7 @@ send_pkt_to_peer (void *cls,
190 const struct GNUNET_PeerIdentity *peer, 190 const struct GNUNET_PeerIdentity *peer,
191 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 191 const struct GNUNET_TRANSPORT_ATS_Information *atsi)
192{ 192{
193 /* peer == NULL means that all peers in this request are connected */
193 if (peer == NULL) return; 194 if (peer == NULL) return;
194 struct GNUNET_MESH_Tunnel **tunnel = cls; 195 struct GNUNET_MESH_Tunnel **tunnel = cls;
195 struct GNUNET_MessageHeader *hdr = 196 struct GNUNET_MessageHeader *hdr =