]> xenbits.xensource.com Git - libvirt.git/commit
conf: Fix virDomainShmemDefFind
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 21 Sep 2016 13:14:46 +0000 (15:14 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 12 Oct 2016 11:08:28 +0000 (13:08 +0200)
commitae612493ffbba8980a31800e260cc5b6b7f456e8
tree10d39b23745757151f656802ce584871e7342a6f
parent44bf83e313b7567be1097c3e971b3e2b6c8e3601
conf: Fix virDomainShmemDefFind

Due to the switch of parameters in a call to virDomainShmemDefEquals()
no device was found when looking for device with all the information
except address.  Also fix the indentation.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/conf/domain_conf.c