diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-12-30 06:48:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:00 -0500 |
commit | 02c8c376d57e91c27b7afb9cb3eab26794d0be59 (patch) | |
tree | 9586282ec45c6eb893fdc196e0977624dc43a391 /source4/scripting/ejs | |
parent | cca1daeab18e0d39861c9337938185804a2db645 (diff) | |
download | samba-02c8c376d57e91c27b7afb9cb3eab26794d0be59.tar.gz samba-02c8c376d57e91c27b7afb9cb3eab26794d0be59.tar.bz2 samba-02c8c376d57e91c27b7afb9cb3eab26794d0be59.zip |
r12596: This variable is unused.
Andrew Bartlett
(This used to be commit 2853ccfc8ad58c6af751e01487b8a9e7e68a01e7)
Diffstat (limited to 'source4/scripting/ejs')
-rw-r--r-- | source4/scripting/ejs/smbcalls_auth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/ejs/smbcalls_auth.c b/source4/scripting/ejs/smbcalls_auth.c index 80089f75a7..8ef04bec97 100644 --- a/source4/scripting/ejs/smbcalls_auth.c +++ b/source4/scripting/ejs/smbcalls_auth.c @@ -37,7 +37,6 @@ static int ejs_doauth(MprVarHandle eid, struct auth_context *auth_context; const char *auth_types[] = { authtype, NULL }; NTSTATUS nt_status; - DATA_BLOB pw_blob; /* darn, we need some way to get the right event_context here @@ -49,8 +48,6 @@ static int ejs_doauth(MprVarHandle eid, goto done; } - pw_blob = data_blob(password, strlen(password)+1); - user_info = talloc(tmp_ctx, struct auth_usersupplied_info); if (!user_info) { mprSetPropertyValue(auth, "result", mprCreateBoolVar(False)); |