diff options
Diffstat (limited to 'posix/tst-rfc3484.c')
-rw-r--r-- | posix/tst-rfc3484.c | 1 |
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); |