From ccb0ca0333816cdb92a5617f03c4ca6cd9924c86 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Tue, 5 Nov 2013 13:02:07 -0800 Subject: [PATCH] ovs-bugtool: Remove reference to an undefined variable. commit 1d5aaa61f (ovs-controller: Rename test-controller and do not install or package.) removed a variable definition but not its use. Fix it. Bug #20901. Signed-off-by: Gurucharan Shetty Acked-by: Joe Stringer Acked-by: Ben Pfaff --- utilities/bugtool/ovs-bugtool.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in index f4bf383df..15f8271ae 100755 --- a/utilities/bugtool/ovs-bugtool.in +++ b/utilities/bugtool/ovs-bugtool.in @@ -549,7 +549,7 @@ exclude those logs from the archive. file_output(CAP_NETWORK_CONFIG, [SYSCONFIG_NETWORK, RESOLV_CONF, NSSWITCH_CONF, HOSTS]) file_output(CAP_NETWORK_CONFIG, [NTP_CONF, IPTABLES_CONFIG, HOSTS_ALLOW, HOSTS_DENY]) file_output(CAP_NETWORK_CONFIG, [OPENVSWITCH_DEFAULT_SWITCH, - OPENVSWITCH_SYSCONFIG_SWITCH, OPENVSWITCH_DEFAULT_CONTROLLER]) + OPENVSWITCH_SYSCONFIG_SWITCH]) cmd_output(CAP_NETWORK_INFO, [IFCONFIG, '-a']) cmd_output(CAP_NETWORK_INFO, [ROUTE, '-n']) -- 2.43.0