]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Remove NONNULL(1) for virBitmapParseUnlimited
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Mar 2017 17:51:11 +0000 (13:51 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 22 Mar 2017 17:49:59 +0000 (13:49 -0400)
commitfecc6ed090eca458c112b943fb52f1a5f5bc1a54
tree7b1eb653f23248482944c0169625151e748a5bbf
parent9f66e09bc5a4eda4e38cd1feb501a9cfa768f058
util: Remove NONNULL(1) for virBitmapParseUnlimited

The code checks and handles a NULL 'str', so just remove the NONNULL.

Update the error message to add the NULLSTR() around 'str' also.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/util/virbitmap.c
src/util/virbitmap.h