
27 Oct
2016
27 Oct
'16
7:33 a.m.
On Wed, Oct 26, 2016 at 01:01:39PM +0200, Michal Privoznik wrote:
Whilst working on another issue, I've noticed that in some functions we have a local @driver variable among with access to global @qemu_driver variable. This makes no sense.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK, trivial