From d99899b1fccc9b07a6eec06288adc269944bca17 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 May 2012 20:36:49 +0000 Subject: netifd: fix "Command failed: Not found" error with dhcp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31863 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/netifd/files/lib/netifd/proto/dhcp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/netifd/files') diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh b/package/netifd/files/lib/netifd/proto/dhcp.sh index eab14627f..4bdb3a7d0 100755 --- a/package/netifd/files/lib/netifd/proto/dhcp.sh +++ b/package/netifd/files/lib/netifd/proto/dhcp.sh @@ -40,7 +40,8 @@ proto_dhcp_setup() { } proto_dhcp_teardown() { - proto_kill_command + local interface="$1" + proto_kill_command "$interface" } add_protocol dhcp -- cgit v1.2.3