1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r12596: This variable is unused.

Andrew Bartlett
(This used to be commit 2853ccfc8ad58c6af751e01487b8a9e7e68a01e7)
This commit is contained in:
Andrew Bartlett 2005-12-30 06:48:56 +00:00 committed by Gerald (Jerry) Carter
parent cca1daeab1
commit 02c8c376d5

View File

@ -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));