From dfcf64cedb4c9baf1657e2bade801b71e6c9a6a2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 14 Oct 2007 22:35:02 +0000 Subject: * posix/tst-rfc3484-2.c (do_test): Likewise. --- posix/tst-rfc3484.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/tst-rfc3484.c') 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); -- cgit v1.2.3