chiark / gitweb /
Initialize the right scope field
[elogind.git] / nss-myhostname.c
index 758a1855321c0bd034effd13db3eef71285b69c7..14ed30b8929d34fb978628e0e343709f714224bf 100644 (file)
@@ -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 */