mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r12596: This variable is unused.
Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
34d6220cec
commit
2853ccfc8a
@@ -37,7 +37,6 @@ static int ejs_doauth(MprVarHandle eid,
|
|||||||
struct auth_context *auth_context;
|
struct auth_context *auth_context;
|
||||||
const char *auth_types[] = { authtype, NULL };
|
const char *auth_types[] = { authtype, NULL };
|
||||||
NTSTATUS nt_status;
|
NTSTATUS nt_status;
|
||||||
DATA_BLOB pw_blob;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
darn, we need some way to get the right event_context here
|
darn, we need some way to get the right event_context here
|
||||||
@@ -49,8 +48,6 @@ static int ejs_doauth(MprVarHandle eid,
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
pw_blob = data_blob(password, strlen(password)+1);
|
|
||||||
|
|
||||||
user_info = talloc(tmp_ctx, struct auth_usersupplied_info);
|
user_info = talloc(tmp_ctx, struct auth_usersupplied_info);
|
||||||
if (!user_info) {
|
if (!user_info) {
|
||||||
mprSetPropertyValue(auth, "result", mprCreateBoolVar(False));
|
mprSetPropertyValue(auth, "result", mprCreateBoolVar(False));
|
||||||
|
|||||||
Reference in New Issue
Block a user