diff options
-rw-r--r-- | source4/scripting/ejs/smbcalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c index ab5101db6d..d8bb0c20a5 100644 --- a/source4/scripting/ejs/smbcalls.c +++ b/source4/scripting/ejs/smbcalls.c @@ -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, |