1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

r8254: fixed a valgrind error in the unix auth code

(This used to be commit ad1a4802d0634960646a6efe039fe8b62ead63dd)
This commit is contained in:
Andrew Tridgell 2005-07-09 05:24:35 +00:00 committed by Gerald (Jerry) Carter
parent 514731b0ee
commit fe1cf1eeb7

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,