]> git.ipfire.org Git - thirdparty/qemu.git/commit
monitor: Fix failure path for "S" argument
authorBandan Das <bsd@redhat.com>
Wed, 3 Jun 2015 22:38:10 +0000 (18:38 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2015 15:40:00 +0000 (17:40 +0200)
commite549d2aaeba1cfac207c9a9675cc203e6372a22e
tree556ff747b9acf1b91ea39f0fb011a7de2e1c0e29
parentdd41eea77129a4cd8ae5170b02e0fee175af314e
monitor: Fix failure path for "S" argument

Since the "S" argument type is only used with the "?" flag,
the bug can't bite.

Signed-off-by: Bandan Das <bsd@redhat.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
monitor.c