commit | 8102307f51e68280ac965a140a87073d5c31e9a5 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Sat Jun 27 16:48:14 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Fri Sep 04 15:47:15 2015 +0200 |
tree | e2a46cf770206ee50a6d8ce5e771d872cb16184a | |
parent | 9b090d42aea9a0abbf39a1d75561a186057b5fe6 [diff] |
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err' gen_err_check() hard-codes 'local_err' instead of substituting the argument. Currently harmless, since all callers pass either None or 'local_err'. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>