svn commit: samba r12596 - in branches/SAMBA_4_0/source/scripting/ejs: .

abartlet at samba.org abartlet at samba.org
Fri Dec 30 06:48:57 GMT 2005


Author: abartlet
Date: 2005-12-30 06:48:56 +0000 (Fri, 30 Dec 2005)
New Revision: 12596

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12596

Log:
This variable is unused.  

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_auth.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls_auth.c	2005-12-30 06:48:16 UTC (rev 12595)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls_auth.c	2005-12-30 06:48:56 UTC (rev 12596)
@@ -37,7 +37,6 @@
 	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 @@
 		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));



More information about the samba-cvs mailing list