Fix typo, thanks to Andreas Faerber for spotting
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7235 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fc1f79f71c
commit
96248fd890
@ -189,7 +189,7 @@ static int con_init(struct XenDevice *xendev)
|
||||
free(dom);
|
||||
|
||||
type = xenstore_read_str(con->console, "type");
|
||||
if (!type || strcmp(type, "ioemu" != 0)) {
|
||||
if (!type || strcmp(type, "ioemu") != 0) {
|
||||
xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user