]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenapi: Don't overwrite virAuthGet{Username|Password} errors
authorJohn Ferlan <jferlan@redhat.com>
Tue, 14 Aug 2018 16:32:45 +0000 (12:32 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 15 Aug 2018 19:42:25 +0000 (15:42 -0400)
commite456575e6f9eb8c5ff999d1306ec6333b3c760bd
tree9f9c587ebf3a98cfeca09c8f9313c12415d49826
parent62b04f698c4b753a91e8b8aa2fc93f4b56cd38ed
xenapi: Don't overwrite virAuthGet{Username|Password} errors

Now that the virAuthGet*Path API's generate all the error messages
we can remove them from the callers. This means that we will no
longer overwrite the error from the API.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
src/xenapi/xenapi_driver.c