netifd: fix "Command failed: Not found" error with dhcp

SVN-Revision: 31863
lede-17.01
Felix Fietkau 2012-05-26 20:36:49 +00:00
parent 11397a5f75
commit d7522444d2
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ proto_dhcp_setup() {
}
proto_dhcp_teardown() {
proto_kill_command
local interface="$1"
proto_kill_command "$interface"
}
add_protocol dhcp