summaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-10-15 07:31:04 +0000
committerJakub Jelinek <jakub@redhat.com>2007-10-15 07:31:04 +0000
commit378e8bab9688c447e7567b5066ef26482a4fd8f1 (patch)
tree8b26c8de92c9e555d78b6c0ec4f416e65257fc3d /posix/tst-rfc3484.c
parent68a071d274b5bd3049ab3ec7cd5cbb901aa95ccd (diff)
Updated to fedora-glibc-20071015T0728cvs/fedora-glibc-2_6_90-21
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);