]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: error out for multiple protocol elements while parsing chardev
authorPavel Hrdina <phrdina@redhat.com>
Fri, 18 Aug 2017 13:17:34 +0000 (15:17 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 22 Aug 2017 15:28:40 +0000 (17:28 +0200)
commit209fa11b0210143709c0b8c16b64c7e456095fb9
tree16eb545a32a97f143d8eba84a55e239a2cce2264
parent23482e4b1ed4f900728a66e5d8c0afd9a56afd2d
conf: error out for multiple protocol elements while parsing chardev

Remove check whether a variable was already set because the element
is parsed only once now.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c