Re: [libvirt] [PATCH] virsh: Report an error when virGetUserDirectory fails

2011-05-16 Thread Matthias Bolte
2011/5/16 Laine Stump : > On 05/15/2011 01:31 AM, Matthias Bolte wrote: >> >> Otherwise virsh shows the interactive greeting and the silently exists >> instead of enterting interactive mode. >> --- >>  tools/virsh.c |    4 +++- >>  1 files changed, 3 insertions(+), 1 deletions(-) >> >> diff --git a

Re: [libvirt] [PATCH] virsh: Report an error when virGetUserDirectory fails

2011-05-15 Thread Laine Stump
On 05/15/2011 01:31 AM, Matthias Bolte wrote: Otherwise virsh shows the interactive greeting and the silently exists instead of enterting interactive mode. --- tools/virsh.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 3baa015.

[libvirt] [PATCH] virsh: Report an error when virGetUserDirectory fails

2011-05-14 Thread Matthias Bolte
Otherwise virsh shows the interactive greeting and the silently exists instead of enterting interactive mode. --- tools/virsh.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 3baa015..356e0ae 100644 --- a/tools/virsh.c +++ b/tools/vi