]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Use virBufferCheckError to its full potential.
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 21 Aug 2017 06:38:34 +0000 (08:38 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 29 Aug 2017 09:17:16 +0000 (11:17 +0200)
commit323f7c476e381d202eb0978fac30172f7a438e78
treec19f8337e8a5ec01ed9d56154774766b06d8e2c0
parent7addfa195b9075d62b6449b429c8d009386c2ba9
util: Use virBufferCheckError to its full potential.

We can now check for the error and not care about the return value as
it will be properly handled in virBufferContentAndReset() anyway.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virbitmap.c