Core: Kill again whitespace :(

This commit is contained in:
Vincent-Michael
2014-07-21 18:13:48 +02:00
parent f4d065dee0
commit 946ab3e8b7
12 changed files with 20 additions and 20 deletions

View File

@@ -114,7 +114,7 @@ int main(int argc, char** argv)
TC_LOG_ERROR("server.authserver", "Specified port out of allowed range (1-65535)");
return 1;
}
std::string bindIp = sConfigMgr->GetStringDefault("BindIP", "0.0.0.0");
AsyncAcceptor<AuthSession> authServer(_ioService, bindIp, port);