mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
make this string a static const... we basically just keep using it so why not?
This commit is contained in:
@@ -174,7 +174,7 @@ void ClientConnection::validateClient(const std::string & id, const std::string
|
||||
{
|
||||
bool authOK = false;
|
||||
StationId suid = atoi(id.c_str());
|
||||
std::string authURL(ConfigLoginServer::getExternalAuthUrl());
|
||||
static const std::string authURL(ConfigLoginServer::getExternalAuthUrl());
|
||||
std::string uname;
|
||||
|
||||
if (!authURL.empty())
|
||||
|
||||
Reference in New Issue
Block a user