aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-07-21 18:13:48 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-07-21 18:14:22 +0200
commit946ab3e8b71ad106c7e75fd78b96d70865b29d79 (patch)
tree58ddb80a4e2d1d9b5884e42fcfa178b7e19ed4ce /src/server/authserver/Main.cpp
parentf4d065dee0c2f2cdc61af5b4b84f1e019881aa8f (diff)
Core: Kill again whitespace :(
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r--src/server/authserver/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index 0f200db6af4..8b9779d2b07 100644
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -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);