
11 Jun
2019
11 Jun
'19
11:44 a.m.
On Tue, Jun 11, 2019 at 04:56:23PM +0200, Peter Krempa wrote:
In commit 76b9aba2ba6 I tried to refactor qemuDomainStorageSourceAccessAllow but used wrong operators for adding bitwise flags.
How did that get past review? O:-)
This way the flags would result in 0 if any of them would be applied.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano