]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: Fix compile error due to potentially unused parameter
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 12 Jul 2011 15:06:16 +0000 (17:06 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 12 Jul 2011 15:06:16 +0000 (17:06 +0200)
commitb25345294201031656d4f0059153bc683182b5e4
tree6e8f4f6eb0da7fc81dc2fb19e3f32b92786458a5
parentb8adfcc60ccf4a2fabcac3692a958d2c063d8336
rpc: Fix compile error due to potentially unused parameter

connectDBus is only used if HAVE_DBUS is set. Therefore mark
it as potentially unused.
src/rpc/virnetserver.c