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
+1 -1
View File
@@ -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;
}; };