OSDN Git Service

Fix comparison of IPv6 prefixes
authorKenny Root <kroot@google.com>
Thu, 25 Mar 2010 01:06:20 +0000 (18:06 -0700)
committerKenny Root <kroot@google.com>
Thu, 25 Mar 2010 01:07:26 +0000 (18:07 -0700)
commit7e0bfb511e85834d7c6cb9631206b62f82701d60
tree9579d38c3ba80e5cdd2f39b2168ac678f8615182
parent4e383b81d03db3592a43766dd6f996e7f84d8dc7
Fix comparison of IPv6 prefixes

Typo assigned prefixlen1 twice instead of to the two different variables
for comparison and difference computation.

Change-Id: I6631b8269ca6aae264c8d7d414127b756838df96
libc/netbsd/net/getaddrinfo.c