]> git.ipfire.org Git - thirdparty/libvirt.git/commit
secret: Alter FindByUUID to expect the formatted uuidstr
authorJohn Ferlan <jferlan@redhat.com>
Fri, 21 Apr 2017 15:43:37 +0000 (11:43 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 14 Jul 2017 11:22:41 +0000 (07:22 -0400)
commitf9ccfd596255399695a70b1df4b7d34b457e7a49
treeb8ef1df3c3a70add7c728b349c3227e05396c942
parent836c40be53b1314c38f9db572271b667c0987038
secret: Alter FindByUUID to expect the formatted uuidstr

Since we're storing a virUUIDFormat'd string in our Hash Table, let's
modify the Lookup API to receive a formatted string as well.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virsecretobj.c
src/conf/virsecretobj.h
src/secret/secret_driver.c