]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
error: Fix typos in argument checking macros
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Jun 2012 13:55:28 +0000 (15:55 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 19 Jun 2012 14:16:15 +0000 (16:16 +0200)
commitfbc72a1d0bb7c0b67cac6f3d845d1ba4eb71fd9c
tree8a7eace861a74a8ac3ed156d757894f122f9f2b6
parent4b2273074c2459136c67e657d2a2ac2e9db6f5a4
error: Fix typos in argument checking macros

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