Fix build broken by r287861.

Spotted by:	zb
This commit is contained in:
Alexander V. Chernikov 2015-09-16 15:40:08 +00:00
parent 1fe201c322
commit fb373bc2b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287862

View File

@ -332,7 +332,7 @@ static int addr_resolve(struct sockaddr *src_in,
#endif
#ifdef INET6
case AF_INET6:
error = nd6_storelladdr(ifp, NULL, dst_in, (u_char *)edst, NULL);
error = nd6_resolve(ifp, is_gw, NULL, dst_in, edst, NULL);
break;
#endif
default: