diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index ff6e58acd..95d78ea46 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -573,7 +573,7 @@ static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) | |||
573 | } else if (execable("/sbin/dhcpcd")) { | 573 | } else if (execable("/sbin/dhcpcd")) { |
574 | result = execute("dhcpcd -k %iface%", ifd, exec); | 574 | result = execute("dhcpcd -k %iface%", ifd, exec); |
575 | } | 575 | } |
576 | static_down(ifd, exec) | 576 | static_down(ifd, exec); |
577 | return (result || bootp_down(ifd, exec)); | 577 | return (result || bootp_down(ifd, exec)); |
578 | } | 578 | } |
579 | 579 | ||