[ovs-dev] [PATCH] ovs-bugtool: Remove reference do an undefined variable.

Ben Pfaff blp at nicira.com
Tue Nov 5 21:21:26 UTC 2013


Oops, sorry.

Acked-by: Ben Pfaff <blp at nicira.com>

On Tue, Nov 05, 2013 at 01:17:30PM -0800, Joe Stringer wrote:
> Acked-by: Joe Stringer <joestringer at nicira.com>
> 
> On 5 November 2013 13:05, Gurucharan Shetty <shettyg at nicira.com> wrote:
> > 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 <gshetty at nicira.com>
> > ---
> >  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 f4bf383..15f8271 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'])
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list