]> 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)
committerCole Robinson <crobinso@redhat.com>
Mon, 27 Apr 2015 23:51:26 +0000 (19:51 -0400)
commit4650e48a80ba174fbab84f2c514bcd43fbee7559
tree189cac46b1caa73579ea8f4d8a8c7e66cb62daeb
parent363bc010be41d9c78c0079672bce7263be5cbe9b
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.

(cherry picked from commit 6ca857c7c8a1f7b571132d6c7fff5a06301a5e9a)
daemon/remote.c