From 90926706fbdbd6f233175ad71fb0b537e64fdf4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 15 Jun 2011 07:15:36 +0000 Subject: [PATCH] clarifying comment --- src/vpn/gnunet-daemon-vpn.c | 1 + 1 file changed, 1 insertion(+) 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, 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 = -- 2.25.1