Service: Fixed bug with permanent addresses on interface (#20)
Windows Service: Fixed bug with permanent addresses on interface
This commit is contained in:
parent
b1f7baa79f
commit
d17906c2a6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue