]> xenbits.xensource.com Git - libvirt.git/commit
conf: Fix the problem which cause libvirtd to crash
authorOsier Yang <jyang@redhat.com>
Tue, 28 Aug 2012 11:31:56 +0000 (19:31 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 28 Aug 2012 15:54:17 +0000 (23:54 +0800)
commita22909d5c2fd9ec6d55c4f57c64f111014d3cfa8
tree732c0e997e355ef4b43fa52e010f5b2e8741c84c
parent500c24688942cb5bf2eb1d7d238531e86788eb29
conf: Fix the problem which cause libvirtd to crash

* src/conf/domain_conf.c: Use STREQ_NULLABLE instead of STREQ,
as def->seclables[i]->model could be NULL.
src/conf/domain_conf.c