Skip to content

Commit

Permalink
netifd: fix "Command failed: Not found" error with dhcp
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31863 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 26, 2012
1 parent 00d5b5d commit d99899b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/netifd/files/lib/netifd/proto/dhcp.sh
Expand Up @@ -40,7 +40,8 @@ proto_dhcp_setup() {
}

proto_dhcp_teardown() {
proto_kill_command
local interface="$1"
proto_kill_command "$interface"
}

add_protocol dhcp
Expand Down

0 comments on commit d99899b

Please sign in to comment.