aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/core/udp_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/core/udp_connector.h')
-rw-r--r--libtransport/src/core/udp_connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/core/udp_connector.h b/libtransport/src/core/udp_connector.h
index 65821852d..002f4ca9f 100644
--- a/libtransport/src/core/udp_connector.h
+++ b/libtransport/src/core/udp_connector.h
@@ -62,7 +62,7 @@ class UdpTunnelConnector : public Connector {
#endif
socket_(socket),
resolver_(io_service_),
- remote_endpoint_send_(std::forward<EndpointType &&>(remote_endpoint)),
+ remote_endpoint_send_(std::forward<EndpointType>(remote_endpoint)),
timer_(io_service_),
#ifdef LINUX
send_timer_(io_service_),