aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tun/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tun/regex.c b/src/tun/regex.c
index 5b844c5bc..61d0b3e18 100644
--- a/src/tun/regex.c
+++ b/src/tun/regex.c
@@ -151,6 +151,7 @@ GNUNET_TUN_ipv6toregexsearch (const struct in6_addr *ipv6, unsigned int prefixle
151char * 151char *
152GNUNET_TUN_ipv4policy2regex (const char *policy) 152GNUNET_TUN_ipv4policy2regex (const char *policy)
153{ 153{
154 // FIXME: do actual policy parsing here, see #2919
154 return GNUNET_strdup (policy); 155 return GNUNET_strdup (policy);
155} 156}
156 157
@@ -167,6 +168,7 @@ GNUNET_TUN_ipv4policy2regex (const char *policy)
167char * 168char *
168GNUNET_TUN_ipv6policy2regex (const char *policy) 169GNUNET_TUN_ipv6policy2regex (const char *policy)
169{ 170{
171 // FIXME: do actual policy parsing here, see #2919
170 return GNUNET_strdup (policy); 172 return GNUNET_strdup (policy);
171} 173}
172 174