mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-02 05:32:30 +02:00
Catch exception in SSUServer that would dump core.
This commit is contained in:
parent
e4f19716dd
commit
6ae5f20ec1
2 changed files with 13 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue