Re: [PATCH] lib: Drop '&*' from '&*variable'

2022-01-31 Thread Ani Sinha
On Mon, Jan 31, 2022 at 3:12 PM Michal Privoznik wrote: > > Apparently, some of '&*variable' slipped in. Drop '&*' and access > the variable directly. > > Signed-off-by: Michal Privoznik Reviewed-by: Ani Sinha > --- > src/qemu/qemu_domain.c | 2 +- > src/qemu/qemu_driver.c

[PATCH] lib: Drop '&*' from '&*variable'

2022-01-31 Thread Michal Privoznik
Apparently, some of '&*variable' slipped in. Drop '&*' and access the variable directly. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 2 +- src/qemu/qemu_driver.c | 2 +- src/qemu/qemu_migration_cookie.c | 2 +- src/rpc/virnetclientstream.c | 8