Re: [libvirt] [PATCH 5/8] call virReportOOMError when appropriate in hash.c

2011-02-14 Thread Daniel Veillard
On Sun, Feb 13, 2011 at 10:45:21PM +0100, Christophe Fergeau wrote: --- src/util/hash.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) ACK, and pushed as it's something I would like to get for 0.8.8, thanks ! Daniel -- Daniel Veillard | libxml Gnome

[libvirt] [PATCH 5/8] call virReportOOMError when appropriate in hash.c

2011-02-13 Thread Christophe Fergeau
--- src/util/hash.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/util/hash.c b/src/util/hash.c index 031e5af..f19d249 100644 --- a/src/util/hash.c +++ b/src/util/hash.c @@ -28,6 +28,8 @@ #include hash.h #include memory.h +#define VIR_FROM_THIS