From: Roy Marples Date: Wed, 17 Sep 2008 10:37:03 +0000 (+0000) Subject: Fix pointer. X-Git-Tag: v5.0.0~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c39a95174cf4fa01fece35c6fbd67c13a39cf2b;p=thirdparty%2Fdhcpcd.git Fix pointer. --- diff --git a/dhcpcd.c b/dhcpcd.c index d883beee..3d984b1f 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -738,7 +738,7 @@ start_reboot(struct interface *iface) add_timeout_sec(ifo->reboot, start_expire, iface); open_sockets(iface); if (ifo->options & DHCPCD_ARP && - !has_address(iface, &iface->state->lease.addr, NULL)) + !has_address(iface->name, &iface->state->lease.addr, NULL)) { iface->state->probes = 0; send_arp_probe(iface);