mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Pretty printing
This commit is contained in:
@ -273,7 +273,7 @@ make_request (int fd, pid_t pid)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
atomic_add(&noai6ai_cached.usecnt, 2);
|
atomic_add (&noai6ai_cached.usecnt, 2);
|
||||||
noai6ai_cached.seen_ipv4 = seen_ipv4;
|
noai6ai_cached.seen_ipv4 = seen_ipv4;
|
||||||
noai6ai_cached.seen_ipv6 = seen_ipv6;
|
noai6ai_cached.seen_ipv6 = seen_ipv6;
|
||||||
result = &noai6ai_cached;
|
result = &noai6ai_cached;
|
||||||
|
Reference in New Issue
Block a user