Skip to content

Commit c5cd8d3

Browse files
committed
Fix prior for FreeBSD and OpenBSD
1 parent b697f37 commit c5cd8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipv6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ ipv6_checkaddrflags(void *arg)
597597
/* Simulate the kernel announcing the new address. */
598598
ipv6_handleifa(ia->iface->ctx, RTM_NEWADDR,
599599
ia->iface->ctx->ifaces, ia->iface->name,
600-
&ia->addr, ia->prefix_len, ia->dstaddr, flags, 0);
600+
&ia->addr, ia->prefix_len, &ia->dstaddr, flags, 0);
601601
} else {
602602
/* Still tentative? Check again in a bit. */
603603
eloop_timeout_add_msec(ia->iface->ctx->eloop,

0 commit comments

Comments
 (0)