mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fix build broken by r287861.
Spotted by: zb
This commit is contained in:
parent
1fe201c322
commit
fb373bc2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ mcast:
|
|||
#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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue