aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-26 07:25:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-26 07:25:10 +0000
commit8615a73413015aea685349fde2b59b1d26df20a5 (patch)
tree7a40705c799588218c15d740c8bf785e184ddedc /src
parent36bcb1f5c133775cd686320074722368bd02f5b2 (diff)
downloadgnunet-8615a73413015aea685349fde2b59b1d26df20a5.tar.gz
gnunet-8615a73413015aea685349fde2b59b1d26df20a5.zip
help compiler
Diffstat (limited to 'src')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.c3
1 files changed, 2 insertions, 1 deletions
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
652 ntohs (pkt->ip_hdr.tot_lngth) - 652 ntohs (pkt->ip_hdr.tot_lngth) -
653 4 * pkt->ip_hdr.hdr_lngth); 653 4 * pkt->ip_hdr.hdr_lngth);
654 app_type = GNUNET_APPLICATION_TYPE_INTERNET_TCP_GATEWAY; 654 app_type = GNUNET_APPLICATION_TYPE_INTERNET_TCP_GATEWAY;
655 } 655 } else
656 GNUNET_assert (0);
656 if (me->tunnel == NULL && NULL != cls) 657 if (me->tunnel == NULL && NULL != cls)
657 { 658 {
658 *cls = 659 *cls =