]> xenbits.xensource.com Git - libvirt.git/commit
Fix parsing of arch from domain XML
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 10:49:30 +0000 (10:49 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 10:50:05 +0000 (10:50 +0000)
commit1c212145a3859ddf1e333ae8a200101041872b9b
treec26867c2ff28eda99de1332bf3d694ff2c374c66
parent1eec6d447ed9dc6df217481b823277dee5244fd7
Fix parsing of arch from domain XML

When parsing the arch from domain XML, the result was only
saved to a local variable, not the virDomainDefPtr

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/conf/domain_conf.c