qemu-img: don't shadow opts variable in img_dd()
commit2a245709099e98bca638694c182f1e5627567df7
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Jun 2017 15:00:02 +0000 (19 16:00 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 26 Jun 2017 12:54:46 +0000 (26 14:54 +0200)
treeeb0666929a0bb50eec2b6c6e69151919691ff3f7
parentf69165a8feca055cf4a37d13ab0fc5beec3cb372
qemu-img: don't shadow opts variable in img_dd()

It's confusing when two different variables have the same name in one
function.

Cc: Reda Sallahi <fullmanet@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20170619150002.3033-1-stefanha@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-img.c