[libvirt] [PATCH] virsh: Fix improper freecell --cellno command behavior

2011-02-15 Thread Michal Privoznik
Non-digit characters were accepted in --cellno resulting in unwanted behavior: 'virsh freecell --cellno foo' wasn't rejected. --- This fix addresses bug 639587 tools/virsh.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index c2d165

Re: [libvirt] [PATCH] virsh: Fix improper freecell --cellno command behavior

2011-02-15 Thread Eric Blake
On 02/15/2011 01:09 AM, Michal Privoznik wrote: > Non-digit characters were accepted in --cellno resulting in > unwanted behavior: 'virsh freecell --cellno foo' wasn't > rejected. > --- > This fix addresses bug 639587 > > tools/virsh.c |9 - > 1 files changed, 8 insertions(+), 1 delet