summaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-14 22:35:02 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-14 22:35:02 +0000
commitdfcf64cedb4c9baf1657e2bade801b71e6c9a6a2 (patch)
treed2c0b75b2973752b725626651fec27546ddab836 /posix/tst-rfc3484.c
parenta94673e616869418694e8549e01d7c952f828c99 (diff)
* posix/tst-rfc3484-2.c (do_test): 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 352a7579ac..08d57a66ee 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.c
@@ -93,6 +93,7 @@ do_test (void)
memcpy(&results[i].source_addr, &so, sizeof (so));
results[i].source_addr_len = sizeof (so);
results[i].source_addr_flags = 0;
+ results[i].service_order = i;
}
qsort (results, naddrs, sizeof (results[0]), rfc3484_sort);