aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
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
parent93bb498a6b05f94f1659ec64469d2aef43a1d477 (diff)
clarifying comment
Diffstat (limited to 'src/vpn')
-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 f07538548a..34a480a3ef 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,
const struct GNUNET_PeerIdentity *peer,
const struct GNUNET_TRANSPORT_ATS_Information *atsi)
{
+ /* peer == NULL means that all peers in this request are connected */
if (peer == NULL) return;
struct GNUNET_MESH_Tunnel **tunnel = cls;
struct GNUNET_MessageHeader *hdr =