From 7c711eccb9864443c3f4a4b0aa0bdb2483a1ce83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Sun, 10 Apr 2011 13:19:24 +0000 Subject: [PATCH] resolved FIXME to a comment --- src/vpn/gnunet-daemon-exit.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index c897dfbec..222b2321f 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -785,7 +785,10 @@ receive_tcp_service (void *cls, } pkt->dpt = htons (serv->remote_port); - /* FIXME -> check acl etc */ + + /* + * At this point it would be possible to check against some kind of ACL. + */ char *buf; size_t len; @@ -872,7 +875,10 @@ receive_udp_service (void *cls, } pkt->dpt = htons (serv->remote_port); - /* FIXME -> check acl etc */ + + /* + * At this point it would be possible to check against some kind of ACL. + */ char *buf; size_t len; -- 2.25.1