diff options
Diffstat (limited to 'src/lib/misc/roughtime/roughtime.cpp')
-rw-r--r-- | src/lib/misc/roughtime/roughtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/misc/roughtime/roughtime.cpp b/src/lib/misc/roughtime/roughtime.cpp index 32453a9ad..21cdda2a2 100644 --- a/src/lib/misc/roughtime/roughtime.cpp +++ b/src/lib/misc/roughtime/roughtime.cpp @@ -457,7 +457,7 @@ std::vector<Server_Information> servers_from_str(const std::string& str) throw Decoding_Error(ERROR_MESSAGE); } - servers.push_back({name, publicKey, std::move(addresses)}); + servers.push_back({name, publicKey, addresses}); } return servers; } |