mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Service: Fixed bug with permanent addresses on interface (#20)
Windows Service: Fixed bug with permanent addresses on interface
This commit is contained in:
@@ -55,7 +55,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QMap<QString, MIB_IPFORWARDROW> m_ipForwardRows;
|
QMultiMap<QString, MIB_IPFORWARDROW> m_ipForwardRows;
|
||||||
bool m_suspended = false;
|
bool m_suspended = false;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user