diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index e9e3966f..b53d8d73 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -471,7 +471,7 @@ namespace nvhttp { return; } - auto uniqID { std::move(get_arg(args, "uniqueid")) }; + auto uniqID { get_arg(args, "uniqueid") }; auto sess_it = map_id_sess.find(uniqID); args_t::const_iterator it;