mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Use a more natural order
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7234 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
00ea18d19e
commit
fc1f79f71c
3 changed files with 5 additions and 5 deletions
|
@ -189,7 +189,7 @@ static int con_init(struct XenDevice *xendev)
|
|||
free(dom);
|
||||
|
||||
type = xenstore_read_str(con->console, "type");
|
||||
if (!type || 0 != strcmp(type, "ioemu")) {
|
||||
if (!type || strcmp(type, "ioemu" != 0)) {
|
||||
xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue