diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-04-13 17:09:18 +0200 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-04-13 17:09:18 +0200 |
commit | 2618569e0100fdfdbf07f98da8f3e0f83e82b822 (patch) | |
tree | 7398230ffa6db5e585e9ee2d8f26b456292f4d8b /src/Protocol/Authenticator.cpp | |
parent | Fixed Error? (diff) | |
download | cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar.gz cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar.bz2 cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar.lz cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar.xz cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.tar.zst cuberite-2618569e0100fdfdbf07f98da8f3e0f83e82b822.zip |
Diffstat (limited to 'src/Protocol/Authenticator.cpp')
-rw-r--r-- | src/Protocol/Authenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp index a79f0b7e0..8943b3c21 100644 --- a/src/Protocol/Authenticator.cpp +++ b/src/Protocol/Authenticator.cpp @@ -146,7 +146,7 @@ bool cAuthenticator::AuthWithYggdrasil(AString & a_UserName, const AString & a_S { AString REQUEST; int ret, server_fd = -1; - size_t len = -1; + size_t len = 0; unsigned char buf[1024]; const char *pers = "cAuthenticator"; |