aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index b25b39bcd..85c6a1cc6 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -1454,7 +1454,6 @@ GNUNET_STRINGS_parse_ipv4_policy (const char *routeListX)
1454 if ( (';' == routeList[colon]) || 1454 if ( (';' == routeList[colon]) ||
1455 ('\0' == routeList[colon]) ) 1455 ('\0' == routeList[colon]) )
1456 break; 1456 break;
1457 end = colon;
1458 for (end = colon; ';' != routeList[end]; end++) 1457 for (end = colon; ';' != routeList[end]; end++)
1459 if ('\0' == routeList[end]) 1458 if ('\0' == routeList[end])
1460 break; 1459 break;