aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2010-02-04 19:19:08 +0100
committerMatthias Bolte <matthias.bolte@googlemail.com>2010-02-09 01:04:54 +0100
commit8ce5e2c1ab0a42ac2d1c2c3301d9d3abc043e42a (patch)
treeecf061bcd8e11599d5c689cc11992db58413be34 /src/interface
parentModify virsh commands (diff)
downloadlibvirt-8ce5e2c1ab0a42ac2d1c2c3301d9d3abc043e42a.tar.gz
libvirt-8ce5e2c1ab0a42ac2d1c2c3301d9d3abc043e42a.tar.bz2
libvirt-8ce5e2c1ab0a42ac2d1c2c3301d9d3abc043e42a.zip
Remove conn parameter from virReportOOMError
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/netcf_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/netcf_driver.c b/src/interface/netcf_driver.c
index 7fea0574b..bccb16726 100644
--- a/src/interface/netcf_driver.c
+++ b/src/interface/netcf_driver.c
@@ -120,7 +120,7 @@ static virDrvOpenStatus interfaceOpenInterface(virConnectPtr conn,
if (VIR_ALLOC(driverState) < 0)
{
- virReportOOMError(conn);
+ virReportOOMError();
goto alloc_error;
}