route delete fixed (Windows)
This commit is contained in:
parent
d831d68e73
commit
c2f6c7d939
10 changed files with 24 additions and 15 deletions
|
@ -55,7 +55,8 @@ bool RouterMac::routeDelete(const QString &ip)
|
|||
p.waitForFinished();
|
||||
qDebug().noquote() << "OUTPUT routeDelete: " + p.readAll();
|
||||
|
||||
return p.exitCode() == 0;}
|
||||
return p.exitCode() == 0;
|
||||
}
|
||||
|
||||
void RouterMac::flushDns()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue