From 15ef6d41d685b60f8e41ff298534bcc5ddcfa73c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 5 Apr 2009 02:13:53 +0200 Subject: Initialize the right scope field Problem identified by Simo Sorce --- nss-myhostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss-myhostname.c b/nss-myhostname.c index 758a185..14ed30b 100644 --- a/nss-myhostname.c +++ b/nss-myhostname.c @@ -103,7 +103,7 @@ enum nss_status _nss_myhostname_gethostbyname4_r( r_tuple2->name = r_name; r_tuple2->family = AF_INET6; memcpy(r_tuple2->addr, LOCALADDRESS_IPV6, 16); - r_tuple1->scopeid = (uint32_t) ifi; + r_tuple2->scopeid = (uint32_t) ifi; idx += ALIGN(sizeof(struct gaih_addrtuple)); /* Verify the size matches */ -- cgit