prototype of irdumm - interactive ruby shell for dumm

This commit is contained in:
Martin Willi
2008-07-04 14:21:41 +00:00
parent 4302d4f012
commit ca275ae2ca
7 changed files with 525 additions and 25 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ static iface_t* create_iface(private_guest_t *this, char *name)
}
enumerator->destroy(enumerator);
iface = iface_create(this->name, name, this->mconsole);
iface = iface_create(name, &this->public, this->mconsole);
if (iface)
{
this->ifaces->insert_last(this->ifaces, iface);