Service: Fixed bug with permanent addresses on interface (#20)

Windows Service: Fixed bug with permanent addresses on interface
This commit is contained in:
leetthewire 2021-06-19 19:41:16 +06:00 committed by GitHub
parent b1f7baa79f
commit d17906c2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ private:
private:
QMap<QString, MIB_IPFORWARDROW> m_ipForwardRows;
QMultiMap<QString, MIB_IPFORWARDROW> m_ipForwardRows;
bool m_suspended = false;
};