]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: fix enum convertor function for feature capability errors
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 31 Jan 2019 10:53:18 +0000 (10:53 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 31 Jan 2019 10:54:22 +0000 (10:54 +0000)
commit6a306a6b8fba1bb323565354d5f1089fde12ce0d
tree184f2e760a15b4bc1db53a4a207ead81c34dac54
parent8c618e17d16580342019b67ce51a9244b1f3444d
conf: fix enum convertor function for feature capability errors

A copy+paste mistaken meant the wrong enum -> string convertor
function was used for the error when an incorrect feature capability was
used.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c