
14 Apr
2011
14 Apr
'11
11:07 a.m.
2011/4/11 Daniel Veillard <veillard@redhat.com>:
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/phyp/phyp_driver.c @@ -210,7 +210,7 @@ phypGetSystemType(virConnectPtr conn)
if (virAsprintf(&cmd, "lshmc -V") < 0) { virReportOOMError(); - exit_status = -1; + return -1; } ret = phypExec(session, cmd, &exit_status, conn);
ACK,
Daniel
Thanks, pushed. Matthias