mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00: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