Attempt to fix centos compile

This commit is contained in:
Shauren
2014-07-28 10:15:31 +02:00
parent c8a241c49e
commit fc687effce
4 changed files with 4 additions and 5 deletions

View File

@@ -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()