mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved LeaseSet creating away from LeaseSetDestination
This commit is contained in:
parent
d9babda1b8
commit
6c9b4a8c5d
5 changed files with 66 additions and 54 deletions
1
I2CP.cpp
1
I2CP.cpp
|
@ -152,6 +152,7 @@ namespace client
|
|||
// echo vesrion back
|
||||
PutString (payload + 8, l - 8, version);
|
||||
SendI2CPMessage (I2CP_SET_DATE_MESSAGE, payload, l);
|
||||
delete[] payload;
|
||||
}
|
||||
|
||||
void I2CPSession::CreateSessionMessageHandler (const uint8_t * buf, size_t len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue