fix compile error left from renaming fest
authorChristian Grothoff <christian@grothoff.org>
Fri, 21 Jun 2013 16:15:37 +0000 (16:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 21 Jun 2013 16:15:37 +0000 (16:15 +0000)
src/tun/test_regex.c

index c4c618d85243b477195717afd9fa43e14d070c5e..8af1abd0284ba875f9fcaf2ceed6b35eb7b778e7 100644 (file)
@@ -35,8 +35,8 @@ test_iptoregex (const char *ipv4, const char *netmask, const char *expectedv4,
 
   struct in_addr a;
   struct in6_addr b;
-  char rxv4[GNUNET_REGEX_IPV4_REGEXLEN];
-  char rxv6[GNUNET_REGEX_IPV6_REGEXLEN];
+  char rxv4[GNUNET_TUN_IPV4_REGEXLEN];
+  char rxv6[GNUNET_TUN_IPV6_REGEXLEN];
 
   GNUNET_assert (1 == inet_pton (AF_INET, ipv4, &a));
   GNUNET_TUN_ipv4toregex (&a, netmask, rxv4);