aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authserver/Server/AuthSession.h')
-rw-r--r--src/server/authserver/Server/AuthSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h
index 3aef4262786..4ae33f44cb3 100644
--- a/src/server/authserver/Server/AuthSession.h
+++ b/src/server/authserver/Server/AuthSession.h
@@ -33,7 +33,7 @@ const size_t bufferSize = 4096;
class AuthSession : public std::enable_shared_from_this < AuthSession >
{
public:
- AuthSession(tcp::socket socket) : _socket(std::move(socket))
+ AuthSession(tcp::socket&& socket) : _socket(std::move(socket))
{
N.SetHexStr("894B645E89E1535BBDAD5B8B290650530801B18EBFBF5E8FAB3C82872A3E9BB7");
g.SetDword(7);