
19 Jun
2012
19 Jun
'12
4:23 p.m.
On 06/19/12 16:20, Daniel P. Berrange wrote:
On Tue, Jun 19, 2012 at 04:19:02PM +0200, Peter Krempa wrote:
Macro virCheckNullArgGoto is supposed to check for NULL argument but checks non-NULL instead.
Macro virCheckNonNullArgReturn reports error as if the argument should be NULL when it shouldn't. --- src/internal.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
ACK
Daniel
Thanks; pushed. Peter