summaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-24 23:02:03 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-24 23:02:03 +0000
commitbdefc84c58dc5d7b4f9152359a06d5deb55aa146 (patch)
tree3251fc232dbd2a7791c7ad7e39b74ff2ca19c2ce /posix/tst-rfc3484.c
parent4c5bc8287b1eb6c64bd026c869c3973a1c294750 (diff)
* posix/tst-rfc3484.c (do_test): Also initialize source_addr_flagscvs/fedora-glibc-20060425T0903
field. * 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 0409a04593..8d273aec84 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.c
@@ -79,6 +79,7 @@ do_test (void)
results[i].got_source_addr = true;
memcpy(&results[i].source_addr, &so, sizeof (so));
results[i].source_addr_len = sizeof (so);
+ results[i].source_addr_flags = 0;
}
qsort (results, naddrs, sizeof (results[0]), rfc3484_sort);