]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: Clear fake domain def object that is used to check ACL prior to use
authorPeter Krempa <pkrempa@redhat.com>
Wed, 25 Mar 2015 07:52:26 +0000 (08:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 Mar 2015 12:37:41 +0000 (13:37 +0100)
commit6ca857c7c8a1f7b571132d6c7fff5a06301a5e9a
tree13657c75d9ac3850ef4f1307fa8ff7ee0b6391b3
parentad886fa6c8ebc321a0386a75c187d315111cf1f3
daemon: Clear fake domain def object that is used to check ACL prior to use

The fake object is used to pass the domain name and UUID to the ACL code
for events where we don't have the full domain def when dispatching
events. The rest of the entries would be left uninitialized. While this
is not a problem code-wise as the used fields are initialized it looks
ugly in the debugger.
daemon/remote.c