summaryrefslogtreecommitdiff
path: root/svr-authpasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-authpasswd.c')
-rw-r--r--svr-authpasswd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/svr-authpasswd.c b/svr-authpasswd.c
index 6f7c909..458deef 100644
--- a/svr-authpasswd.c
+++ b/svr-authpasswd.c
@@ -80,10 +80,6 @@ void svr_auth_password() {
password = buf_getstring(ses.payload, &passwordlen);
- /* clear the buffer containing the password */
- buf_incrpos(ses.payload, -passwordlen - 4);
- m_burn(buf_getptr(ses.payload, passwordlen + 4), passwordlen + 4);
-
/* the first bytes of passwdcrypt are the salt */
testcrypt = crypt((char*)password, passwdcrypt);
m_burn(password, passwordlen);