mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Catch exception in SSUServer that would dump core.
This commit is contained in:
@@ -426,7 +426,7 @@ namespace data
|
||||
|
||||
void RouterInfo::CreateBuffer (const PrivateKeys& privateKeys)
|
||||
{
|
||||
m_Timestamp = i2p::util::GetMillisecondsSinceEpoch (); // refresh timstamp
|
||||
m_Timestamp = i2p::util::GetMillisecondsSinceEpoch (); // refresh timestamp
|
||||
std::stringstream s;
|
||||
uint8_t ident[1024];
|
||||
auto identLen = privateKeys.GetPublic ().ToBuffer (ident, 1024);
|
||||
|
||||
Reference in New Issue
Block a user