We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf5116 commit 713d0feCopy full SHA for 713d0fe
1 file changed
retroshare-gui/src/gui/feeds/SecurityItem.cpp
@@ -102,7 +102,7 @@ SecurityItem::~SecurityItem()
102
103
uint64_t SecurityItem::uniqueIdentifier() const
104
{
105
- return hash_64bits("SecurityItem " + QString::number((uint)mType).toStdString() + " " + mIP + mSslId.toStdString());
+ return hash_64bits("SecurityItem " + QString::number((uint)mType).toStdString() + " " + mIP + " " + mSslId.toStdString());
106
}
107
108
void SecurityItem::updateItemStatic()
0 commit comments