diff options
| author | levlam <levlam@telegram.org> | 2021-10-18 19:26:14 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-10-18 19:26:14 +0300 |
| commit | 44a186c7c15543b2b6541f7f8bed4aebaf630ed6 (patch) | |
| tree | f6450e80f15b3b676ad0ad26edd625b88e4b2204 /test/mtproto.cpp | |
| parent | 01976bed530370db2439b23468b19665dbbecc70 (diff) | |
Minor improvements.
Diffstat (limited to 'test/mtproto.cpp')
| -rw-r--r-- | test/mtproto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp index c0b66e126..7bee6b377 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -612,7 +612,7 @@ class FastPingTestActor final : public Actor { } iteration_++; fast_ping_ = create_ping_actor( - "", std::move(connection_), std::move(auth_data), + td::Slice(), std::move(connection_), std::move(auth_data), PromiseCreator::lambda([self = actor_id(this)](Result<unique_ptr<mtproto::RawConnection>> r_raw_connection) { send_closure(self, &FastPingTestActor::got_raw_connection, std::move(r_raw_connection)); }), |
