aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/vpn/gnunet-daemon-vpn-helper.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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