mirror of
https://github.com/sheumann/hush.git
synced 2025-01-27 06:34:03 +00:00
oops
This commit is contained in:
parent
f54176de6d
commit
29128cd412
@ -573,7 +573,7 @@ static int dhcp_down(struct interface_defn_t *ifd, execfn *exec)
|
||||
} else if (execable("/sbin/dhcpcd")) {
|
||||
result = execute("dhcpcd -k %iface%", ifd, exec);
|
||||
}
|
||||
static_down(ifd, exec)
|
||||
static_down(ifd, exec);
|
||||
return (result || bootp_down(ifd, exec));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user