aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index efffbda2e91..6607e98fb3b 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -181,7 +181,7 @@ void AuthSession::AsyncWrite(ByteBuffer& packet)
_writeQueue.push(std::move(packet));
if (needsWriteStart)
- Base::AsyncWrite(_writeQueue.front());
+ AuthSocket::AsyncWrite(_writeQueue.front());
}
bool AuthSession::HandleLogonChallenge()