aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-20 14:23:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-20 14:23:53 +0000
commit36eca5bf2cdc547f3a86dd2916c1559281952d17 (patch)
treed91b22378062fd112b9e4be1c1c2777c4e00a443 /src/tun
parent8b4c42b20a6049b036713f92863b20bf6b5cc5dd (diff)
downloadgnunet-36eca5bf2cdc547f3a86dd2916c1559281952d17.tar.gz
gnunet-36eca5bf2cdc547f3a86dd2916c1559281952d17.zip
-give nicer warning about big regex
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/regex.c b/src/tun/regex.c
index a40b0545a..056062e5f 100644
--- a/src/tun/regex.c
+++ b/src/tun/regex.c
@@ -410,7 +410,7 @@ GNUNET_TUN_ipv4policy2regex (const char *policy)
410 * Convert an exit policy to a regular expression. The exit policy 410 * Convert an exit policy to a regular expression. The exit policy
411 * specifies a set of subnets this peer is willing to serve as an 411 * specifies a set of subnets this peer is willing to serve as an
412 * exit for; the resulting regular expression will match the 412 * exit for; the resulting regular expression will match the
413 * IPv6 address strings as returned by 'GNUNET_TUN_ipv6toregexsearch'. 413 * IPv6 address strings as returned by #GNUNET_TUN_ipv6toregexsearch().
414 * 414 *
415 * @param policy exit policy specification 415 * @param policy exit policy specification
416 * @return regular expression, NULL on error 416 * @return regular expression, NULL on error