mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core/DBLayer: Replace all ad-hoc queries in AuthSocket with prepared statements
--HG-- branch : trunk
This commit is contained in:
@@ -107,7 +107,7 @@ int RealmSocket::close(int)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const ACE_CString& RealmSocket::get_remote_address(void) const
|
||||
const std::string& RealmSocket::get_remote_address(void) const
|
||||
{
|
||||
return remote_address_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user