]> git.ipfire.org Git - thirdparty/libvirt.git/commit
admin: Remove flags checking from virAdmConnectOpen public API
authorErik Skultety <eskultet@redhat.com>
Thu, 5 May 2016 11:42:52 +0000 (13:42 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 10 May 2016 13:54:20 +0000 (15:54 +0200)
commit37675f6b666bf9b4e07c52272a9f885fbc7cfb0d
tree8415d0dcf18112eec89504cbf836d42446bb3c61
parentc53595785d7147ede171e9047291b1423f20a9b6
admin: Remove flags checking from virAdmConnectOpen public API

Unlike the previous commit, we do actually support one client-side only flag
VIR_CONNECT_NO_ALIASES, so besides removing the check for flags this flag
has to be masked out before sending a message to the daemon, otherwise it
would trigger an error when checking flags on the daemon side.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
src/admin/admin_remote.c
src/libvirt-admin.c