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:
parent
3fe83b48c3
commit
ad1a4802d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user