Re: [libvirt] [PATCH 3/5] phyp: Don't try to use a string from a failed virAsprintf

2011-04-14 Thread Matthias Bolte
2011/4/11 Daniel Veillard : > On Sat, Apr 09, 2011 at 11:59:09AM +0200, Matthias Bolte wrote: >> --- >>  src/phyp/phyp_driver.c |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c >> index f441261..24165fb 100644 >> --- a

Re: [libvirt] [PATCH 3/5] phyp: Don't try to use a string from a failed virAsprintf

2011-04-10 Thread Daniel Veillard
On Sat, Apr 09, 2011 at 11:59:09AM +0200, Matthias Bolte wrote: > --- > src/phyp/phyp_driver.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c > index f441261..24165fb 100644 > --- a/src/phyp/phyp_driver.c > +++ b/src/

[libvirt] [PATCH 3/5] phyp: Don't try to use a string from a failed virAsprintf

2011-04-09 Thread Matthias Bolte
--- src/phyp/phyp_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index f441261..24165fb 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -210,7 +210,7 @@ phypGetSystemType(virConnectPtr conn)