summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-09-29 16:07:55 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-10-03 10:30:33 +0100
commitfbf28a4328123b3259d100eedc0e6f5b7f8bf186 (patch)
tree18d8f7c2c1ba743c652cede62414f157e8772d47 /qemu-nbd.c
parent18fe46d79a6de61cb2c379fb610d834ef658d84b (diff)
downloadhqemu-fbf28a4328123b3259d100eedc0e6f5b7f8bf186.zip
hqemu-fbf28a4328123b3259d100eedc0e6f5b7f8bf186.tar.gz
block: Drop superfluous conditionals around qemu_opts_del()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1411999675-14533-1-git-send-email-armbru@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-nbd.c')
-rw-r--r--qemu-nbd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu-nbd.c b/qemu-nbd.c
index fa60338..b524b34 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -778,9 +778,7 @@ int main(int argc, char **argv)
unlink(sockpath);
}
- if (sn_opts) {
- qemu_opts_del(sn_opts);
- }
+ qemu_opts_del(sn_opts);
if (device) {
void *ret;
OpenPOWER on IntegriCloud