Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-10 20:19:14 +0000
committerStijn Buys <ingar@osirion.org>2011-07-10 20:19:14 +0000
commit02169591261cc09047117ddff961595717c8903a (patch)
tree7e4e207dd4cf01385036cd046e1d69c36d2d3040 /src/core/netclient.cc
parente18fa1d8ad9208a9f5bcfe2d97d36ae3675c80f1 (diff)
Add player guid to the connection string .
Diffstat (limited to 'src/core/netclient.cc')
-rw-r--r--src/core/netclient.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/netclient.cc b/src/core/netclient.cc
index 76112e1..35f355a 100644
--- a/src/core/netclient.cc
+++ b/src/core/netclient.cc
@@ -34,8 +34,6 @@ NetClient::NetClient(std::string host, int port, int fd) :
abort();
return;
}
- con_print << host << ":" << port << " connected" << std::endl;
-
client_addr.sin_family = AF_INET;
client_addr.sin_port = htons(port);
client_addr.sin_addr.s_addr = inet_addr(host.c_str());