1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r8254: fixed a valgrind error in the unix auth code

This commit is contained in:
Andrew Tridgell 2005-07-09 05:24:35 +00:00 committed by Gerald (Jerry) Carter
parent 3fe83b48c3
commit ad1a4802d0

View File

@ -91,7 +91,7 @@ static int ejs_systemAuth(TALLOC_CTX *tmp_ctx, struct MprVar *auth, const char *
goto done;
}
pw_blob = data_blob(password, strlen(password)),
pw_blob = data_blob(password, strlen(password)+1),
make_user_info(tmp_ctx, username, username,
domain, domain,
remote_host, remote_host,