added random salt to NamePool hash

This commit is contained in:
Günter Obiltschnig
2017-08-10 12:18:18 +02:00
parent a176c8d1f2
commit f37520b30b
2 changed files with 8 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ private:
NamePoolItem* _pItems;
unsigned long _size;
unsigned long _salt;
int _rc;
};