Re: [libvirt] [PATCH 1/5] use virReportErrorHelper instead of xmlGenericError

2011-02-17 Thread Eric Blake
On 02/17/2011 02:14 PM, Christophe Fergeau wrote: > --- > src/util/hash.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/src/util/hash.c b/src/util/hash.c > index c7a52c9..ba156b1 100644 > --- a/src/util/hash.c > +++ b/src/util/hash.c > @@ -190,9 +190,10 @@ vi

[libvirt] [PATCH 1/5] use virReportErrorHelper instead of xmlGenericError

2011-02-17 Thread Christophe Fergeau
--- src/util/hash.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/util/hash.c b/src/util/hash.c index c7a52c9..ba156b1 100644 --- a/src/util/hash.c +++ b/src/util/hash.c @@ -190,9 +190,10 @@ virHashGrow(virHashTablePtr table, int size) VIR_FREE(oldtable);