mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Win Routes fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user