Win Routes fix
This commit is contained in:
parent
739781ece3
commit
8bdfe1741a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ int RouterWin::routeAddList(const QString &gw, const QStringList &ips)
|
|||
continue;
|
||||
}
|
||||
|
||||
QString mask = Utils::netMaskFromIpWithSubnet(ip);
|
||||
QString mask = Utils::netMaskFromIpWithSubnet(ipWithMask);
|
||||
|
||||
// address
|
||||
ipfrow.dwForwardDest = inet_addr(ip.toStdString().c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue