aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-helper.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c
index 71fdefc0a..ef2833f87 100644
--- a/src/vpn/gnunet-daemon-vpn-helper.c
+++ b/src/vpn/gnunet-daemon-vpn-helper.c
@@ -497,9 +497,9 @@ message_token (void *cls __attribute__ ((unused)), void *client
497 497
498 } 498 }
499 else if (0x06 == pkt->ip_hdr.proto && 499 else if (0x06 == pkt->ip_hdr.proto &&
500 (me->desc. 500 (me->
501 service_type & htonl (GNUNET_DNS_SERVICE_TYPE_TCP)) && 501 desc.service_type & htonl (GNUNET_DNS_SERVICE_TYPE_TCP))
502 (port_in_ports (me->desc.ports, pkt_tcp->tcp_hdr.dpt))) 502 && (port_in_ports (me->desc.ports, pkt_tcp->tcp_hdr.dpt)))
503 { 503 {
504 hdr->type = ntohs (GNUNET_MESSAGE_TYPE_VPN_SERVICE_TCP); 504 hdr->type = ntohs (GNUNET_MESSAGE_TYPE_VPN_SERVICE_TCP);
505 505