]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove authdef from secret setup
authorJohn Ferlan <jferlan@redhat.com>
Thu, 2 Jun 2016 18:27:08 +0000 (14:27 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jun 2016 17:23:02 +0000 (13:23 -0400)
commit8be83eef60f64ee7d0adf4b919fbfd2be1c08ad6
treeac2db554b3a211fa0879da2846012ba7943a5612
parent23c5f1b0a17e8d9441ff587bafb738b761035446
qemu: Remove authdef from secret setup

Rather than pass authdef, pass the 'authdef->username' and the
'&authdef->secdef'

Note that a username may be NULL.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c