r12596: This variable is unused.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 30 Dec 2005 06:48:56 +0000 (06:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:00 +0000 (13:49 -0500)
Andrew Bartlett
(This used to be commit 2853ccfc8ad58c6af751e01487b8a9e7e68a01e7)

source4/scripting/ejs/smbcalls_auth.c

index 80089f75a718b183ec7d1d886aa2e3c20e11e70f..8ef04bec9795a37b3fa06a72230132a699d02efa 100644 (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));