mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
invert endDate
This commit is contained in:
parent
659177e2fd
commit
075650b6d3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ namespace data
|
|||
{
|
||||
Lease lease = *(Lease *)leases;
|
||||
lease.tunnelID = be32toh (lease.tunnelID);
|
||||
lease.endDate = be64toh (lease.endDate);
|
||||
m_Leases.push_back (lease);
|
||||
leases += sizeof (Lease);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue