properly removing bootup poll interface eth0
This commit is contained in:
+4
-1
@@ -212,7 +212,10 @@ static bool wait_bootup(private_mconsole_t *this)
|
|||||||
}
|
}
|
||||||
if (res == 0)
|
if (res == 0)
|
||||||
{
|
{
|
||||||
request(this, "remove eth9", buf, &len);
|
while (request(this, "remove eth9", buf, &len) != 0)
|
||||||
|
{
|
||||||
|
usleep(50000);
|
||||||
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (this->idle)
|
if (this->idle)
|
||||||
|
|||||||
Reference in New Issue
Block a user