Pretty printing

This commit is contained in:
Ulrich Drepper 2011-11-15 07:18:15 -05:00
parent 09f93bd3d6
commit a501a01e06
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ make_request (int fd, pid_t pid)
}
else
{
atomic_add(&noai6ai_cached.usecnt, 2);
atomic_add (&noai6ai_cached.usecnt, 2);
noai6ai_cached.seen_ipv4 = seen_ipv4;
noai6ai_cached.seen_ipv6 = seen_ipv6;
result = &noai6ai_cached;