]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Tidy merge.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 4 Dec 2012 20:55:54 +0000 (20:55 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 4 Dec 2012 20:55:54 +0000 (20:55 +0000)
src/radv.c

index 391eddde7cd4531f979a90d5652b0c147e4faa3f..54884a2e086a453bf6c6a10ff41ff6b8fcf96cad 100644 (file)
@@ -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)