mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
Fix SecurityIpItem isSame
This commit is contained in:
parent
b6f102cabb
commit
ef13e03e5a
3 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
void updateItemStatic();
|
||||
|
||||
bool isSame(const std::string& ipAddr, const std::string& ipAddrReported, uint32_t type);
|
||||
bool isSame(const RsPeerId &sslId, const std::string& ipAddr, const std::string& ipAddrReported, uint32_t type);
|
||||
|
||||
protected:
|
||||
/* FeedItem */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue