Re: [libvirt] [PATCH] virsh: Fix uninitialized variable warning

2011-05-13 Thread Matthias Bolte
2011/5/13 Daniel P. Berrange : > On Fri, May 13, 2011 at 08:29:00AM +0200, Matthias Bolte wrote: >> Reported on FreeBSD only. >> --- >>  tools/virsh.c |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/tools/virsh.c b/tools/virsh.c >> index fbeb7c8..3baa015 100644 >>

Re: [libvirt] [PATCH] virsh: Fix uninitialized variable warning

2011-05-13 Thread Daniel P. Berrange
On Fri, May 13, 2011 at 08:29:00AM +0200, Matthias Bolte wrote: > Reported on FreeBSD only. > --- > tools/virsh.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/virsh.c b/tools/virsh.c > index fbeb7c8..3baa015 100644 > --- a/tools/virsh.c > +++ b/tools/virsh.

[libvirt] [PATCH] virsh: Fix uninitialized variable warning

2011-05-12 Thread Matthias Bolte
Reported on FreeBSD only. --- tools/virsh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index fbeb7c8..3baa015 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -11131,7 +11131,7 @@ vshCmddefHelp(vshControl *ctl, const char *cmdname)