summaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-13 17:06:28 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-13 17:06:28 +0000
commitbd63f380d8760a643dfa17d1907692f39e63195e (patch)
tree32749a9c9c8e74e499d9737fdd7fedf26e0ee48e /posix/tst-rfc3484.c
parent5742e960d5f1ecf9142cdccea002b5c08444fc7c (diff)
* posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
* posix/tst-rfc3484-2.c: Likewise.
Diffstat (limited to 'posix/tst-rfc3484.c')
-rw-r--r--posix/tst-rfc3484.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c
index 08d57a66ee..477e2b220d 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.c
@@ -94,6 +94,7 @@ do_test (void)
results[i].source_addr_len = sizeof (so);
results[i].source_addr_flags = 0;
results[i].service_order = i;
+ results[i].prefixlen = 8;
}
qsort (results, naddrs, sizeof (results[0]), rfc3484_sort);