]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain-conf: escape string for socket attribute
authorPavel Hrdina <phrdina@redhat.com>
Mon, 31 Aug 2015 13:33:49 +0000 (15:33 +0200)
committerCole Robinson <crobinso@redhat.com>
Tue, 22 Sep 2015 00:18:04 +0000 (20:18 -0400)
commit999a873db06849eca3b166607e7d215e1211c6d5
treed6949ae3e9272e982446e91f06745d9ff10303f7
parentd7eb40d7797a5b5f43b6c534bfd6d2cd9bdb98e3
domain-conf: escape string for socket attribute

Commit d091518b tried to escape all strings in produced XML, but missed
this one.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
(cherry picked from commit e92e5ba12825b32ccc929a527077fb7019c87d1b)
src/conf/domain_conf.c