summaryrefslogtreecommitdiffstats
path: root/tests/aspath_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aspath_test.c')
-rw-r--r--tests/aspath_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aspath_test.c b/tests/aspath_test.c
index 1d28dbed..bf0262c2 100644
--- a/tests/aspath_test.c
+++ b/tests/aspath_test.c
@@ -508,7 +508,7 @@ make_aspath (const u_char *data, size_t len)
s = stream_new (len);
stream_put (s, data, len);
}
- as = aspath_parse (s, len);
+ as = aspath_parse (s, len, 0); /* jk: these are 16bit aspaths! */
if (s)
stream_free (s);