From 8615a73413015aea685349fde2b59b1d26df20a5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 26 Oct 2011 07:25:10 +0000 Subject: [PATCH] help compiler --- src/vpn/gnunet-daemon-vpn-helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c index 1790c2b00..4333cfb11 100644 --- a/src/vpn/gnunet-daemon-vpn-helper.c +++ b/src/vpn/gnunet-daemon-vpn-helper.c @@ -652,7 +652,8 @@ message_token (void *cls __attribute__ ((unused)), void *client ntohs (pkt->ip_hdr.tot_lngth) - 4 * pkt->ip_hdr.hdr_lngth); app_type = GNUNET_APPLICATION_TYPE_INTERNET_TCP_GATEWAY; - } + } else + GNUNET_assert (0); if (me->tunnel == NULL && NULL != cls) { *cls = -- 2.25.1