mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 11:12:16 +00:00
Fix AdnlProxy Pong: 'data' used after it was moved
This commit is contained in:
parent
36fbe3a2ac
commit
34c1c548c4
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…
Reference in a new issue