From: Philipp Tölke Date: Thu, 9 Sep 2010 13:06:21 +0000 (+0000) Subject: answered the question X-Git-Tag: initial-import-from-subversion-38251~20368 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c03148429e6f4d157e7f54d26875be14d9b0f88e;p=oweals%2Fgnunet.git answered the question --- diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c index 2a329102a..8e00b7b0a 100644 --- a/src/vpn/gnunet-service-dns.c +++ b/src/vpn/gnunet-service-dns.c @@ -32,6 +32,9 @@ #include "gnunet-vpn-packet.h" #include "gnunet-vpn-pretty-print.h" +#define WE_DO_THIS_TO_GET_THE_PORT_WE_BOUND_TO_IN_ORDER_TO_HIJACK_EVERYTHING_BUT_THIS_PORT 1 +#define WHY_ON_EARTH_DO_WE_DO_THIS WE_DO_THIS_TO_GET_THE_PORT_WE_BOUND_TO_IN_ORDER_TO_HIJACK_EVERYTHING_BUT_THIS_PORT + struct dns_cls { struct GNUNET_SCHEDULER_Handle *sched;