Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qapi: input_type_enum(): fix error message
The enum string is pointed to by 'enum_str' not 'name'. This bug causes the error message to be: { "error": { "class": "InvalidParameter", "desc": "Invalid parameter 'null'", "data": { "name": "null" } } } Signed-off-by: Luiz Capitulino <[email protected]> Reviewed-by: Amos Kong <[email protected]>
- Loading branch information