From f7fe3627211d4df4327ae359d494931f16237a05 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Tue, 4 Dec 2012 20:55:54 +0000 Subject: [PATCH] Tidy merge. --- src/radv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radv.c b/src/radv.c index 391eddd..54884a2 100644 --- a/src/radv.c +++ b/src/radv.c @@ -485,7 +485,7 @@ time_t periodic_ra(time_t now) context->ra_time = 0; else if (param.iface != 0 && indextoname(daemon->icmp6fd, param.iface, interface) && - iface_check(AF_LOCAL, NULL, interface)) + iface_check(AF_LOCAL, NULL, interface, NULL)) { struct iname *tmp; for (tmp = daemon->dhcp_except; tmp; tmp = tmp->next)