summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-31 15:32:45 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-31 15:32:45 +0300
commite0b8e66540d2724379d6278f83bbbf0f6d5e2aac (patch)
tree3550c21207534e530687b335f773f836a94078bb /src/client.cpp
parentbb77b1c0affa43b203f2e9a46fbfb31a062b6ec6 (diff)
downloadminetest-e0b8e66540d2724379d6278f83bbbf0f6d5e2aac.tar.gz
minetest-e0b8e66540d2724379d6278f83bbbf0f6d5e2aac.tar.bz2
minetest-e0b8e66540d2724379d6278f83bbbf0f6d5e2aac.zip
Fixed problem of server always receiving an empty password from the client
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 5f299890a..55f0af6dc 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -424,7 +424,7 @@ void Client::step(float dtime)
memset((char*)&data[3], 0, PLAYERNAME_SIZE);
snprintf((char*)&data[3], PLAYERNAME_SIZE, "%s", myplayer->getName());
- /*dstream<<"Client: password hash is \""<<m_password<<"\""
+ /*dstream<<"Client: sending initial password hash: \""<<m_password<<"\""
<<std::endl;*/
memset((char*)&data[23], 0, PASSWORD_SIZE);