One more warning fixed.

This commit is contained in:
lotodore
2011-04-10 10:56:16 +00:00
parent 8ad31f240a
commit db9e7f1ac2
+1 -1
View File
@@ -1427,7 +1427,7 @@ ServerLobbyThread::AuthChallenge(boost::shared_ptr<SessionData> session, const s
OCTET_STRING_fromBuf(
&challenge->serverChallenge,
(char *)outChallenge.c_str(),
outChallenge.size());
(int)outChallenge.size());
GetSender().Send(session, packet);
}
}