mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge pull request #446 from andreypfau/patch-1
Fix AdnlProxy Pong: 'data' used after it was moved
This commit is contained in:
commit
d6e365c21f
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ void Receiver::receive_from_client(td::IPAddress addr, td::BufferSlice data) {
|
|||
p.data = std::move(data);
|
||||
p.adnl_start_time = start_time();
|
||||
p.seqno = out_seqno_;
|
||||
p.data = std::move(data);
|
||||
|
||||
auto enc = proxy_->encrypt(std::move(p));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue