fixed mconsole when using multiple guests

fixed interface enumeration bug
This commit is contained in:
Martin Willi
2007-07-25 14:05:06 +00:00
parent f85fdda835
commit 53b0f3c3b3
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -225,6 +225,7 @@ static void guest(dumm_t *dumm, char *name)
if (streq(name, guest->get_name(guest)))
{
found = TRUE;
break;
}
}
iterator->destroy(iterator);