]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Remove invalid parameter checks from virAuthGet{Username|Password}
authorJohn Ferlan <jferlan@redhat.com>
Tue, 14 Aug 2018 16:34:43 +0000 (12:34 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 15 Aug 2018 19:41:55 +0000 (15:41 -0400)
commitefd82615418e684a4a060b676db1210f55d56b1c
tree048191281df4a0781f1c89905de56b03fd8f3c11
parent3dc6b00f0d347a9fb2964b3350cc4dd4ca809b59
util: Remove invalid parameter checks from virAuthGet{Username|Password}

Now that the virAuthGet*Path helpers make the checks, we can remove
them from here.

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