mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fxied crash
This commit is contained in:
3
Garlic.h
3
Garlic.h
@@ -80,7 +80,8 @@ namespace garlic
|
||||
public:
|
||||
|
||||
SessionDecryption (): m_TagCount (0) {};
|
||||
void SetTagCount (int tagCount) { m_TagCount = tagCount; };
|
||||
void SetTagCount (int tagCount) { m_TagCount = tagCount; };
|
||||
void AddTagCount (int tagCount) { m_TagCount += tagCount; };
|
||||
int GetTagCount () const { return m_TagCount; };
|
||||
bool UseTag () { m_TagCount--; return m_TagCount > 0; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user