aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-vpn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index ba1242d05..e835fbcfa 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -171,6 +171,10 @@ send_pkt_to_peer (void *cls,
171 struct GNUNET_MESH_Tunnel **tunnel = cls; 171 struct GNUNET_MESH_Tunnel **tunnel = cls;
172 struct GNUNET_MessageHeader *hdr = 172 struct GNUNET_MessageHeader *hdr =
173 (struct GNUNET_MessageHeader *) (tunnel + 1); 173 (struct GNUNET_MessageHeader *) (tunnel + 1);
174
175 GNUNET_assert(NULL != tunnel);
176 GNUNET_assert(NULL != *tunnel);
177
174 GNUNET_MESH_notify_transmit_ready (*tunnel, 178 GNUNET_MESH_notify_transmit_ready (*tunnel,
175 GNUNET_NO, 179 GNUNET_NO,
176 42, 180 42,