Re: [libvirt] [PATCH 1/2] admin: Remove flags checking from public API entry points

2016-05-10 Thread Michal Privoznik
On 05.05.2016 13:49, Erik Skultety wrote: > Due to compatibility reasons these should be checked on the server side. > > Signed-off-by: Erik Skultety > --- > src/libvirt-admin.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/src/libvirt-admin.c b/src/libvirt-admin.c > index 4ad816

[libvirt] [PATCH 1/2] admin: Remove flags checking from public API entry points

2016-05-05 Thread Erik Skultety
Due to compatibility reasons these should be checked on the server side. Signed-off-by: Erik Skultety --- src/libvirt-admin.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/libvirt-admin.c b/src/libvirt-admin.c index 4ad816b..d7a66ff 100644 --- a/src/libvirt-admin.c +++ b/src/libvir