projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
213e1b8
)
resolved FIXME to a comment
author
Philipp Tölke
<toelke@in.tum.de>
Sun, 10 Apr 2011 13:19:24 +0000
(13:19 +0000)
committer
Philipp Tölke
<toelke@in.tum.de>
Sun, 10 Apr 2011 13:19:24 +0000
(13:19 +0000)
src/vpn/gnunet-daemon-exit.c
patch
|
blob
|
history
diff --git
a/src/vpn/gnunet-daemon-exit.c
b/src/vpn/gnunet-daemon-exit.c
index c897dfbec44a920cb145c97d83240d0a586f4c72..222b2321fc6e6e1ee0749b4d69672473dcbd1d47 100644
(file)
--- 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;