]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetserverclient: Remove Coverity DEADCODE warning
authorJohn Ferlan <jferlan@redhat.com>
Mon, 2 Dec 2013 19:47:09 +0000 (14:47 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 4 Dec 2013 11:27:19 +0000 (06:27 -0500)
commit643b5f843d0689f0d230dbc08f87d8e26db54dd7
treef6418efa8be5fc48d0a8ac09c2f19da057656ce6
parent5a298ec0407b9f1233c983fb1174e13dc7e25aef
virnetserverclient: Remove Coverity DEADCODE warning

The x509dname is only set inside a WITH_GNUTLS conditional, so
when used/check later on for NULL, Coverity detects this is not
possible.  Added WITH_GNUTLS around uses to remove message
src/rpc/virnetserverclient.c