svn commit: samba r2143 - in trunk/source/smbd: .

abartlet at samba.org abartlet at samba.org
Tue Aug 31 20:24:52 GMT 2004


Author: abartlet
Date: 2004-08-31 20:24:52 +0000 (Tue, 31 Aug 2004)
New Revision: 2143

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/smbd&rev=2143&nolog=1

Log:
Merge 3.0 -> trunk

Bug found by lukeh at padl.com - we set, but never use this variable.

Andrew Bartlett

Modified:
   trunk/source/smbd/sesssetup.c


Changeset:
Modified: trunk/source/smbd/sesssetup.c
===================================================================
--- trunk/source/smbd/sesssetup.c	2004-08-31 20:23:56 UTC (rev 2142)
+++ trunk/source/smbd/sesssetup.c	2004-08-31 20:24:52 UTC (rev 2143)
@@ -152,7 +152,6 @@
 	auth_serversupplied_info *server_info = NULL;
 	DATA_BLOB session_key = data_blob(NULL, 0);
 	uint8 tok_id[2];
-	BOOL foreign = False;
 	DATA_BLOB nullblob = data_blob(NULL, 0);
 	fstring real_username;
 
@@ -197,7 +196,6 @@
 			SAFE_FREE(client);
 			return ERROR_NT(NT_STATUS_LOGON_FAILURE);
 		}
-		foreign = True;
 	}
 
 	/* this gives a fully qualified user name (ie. with full realm).



More information about the samba-cvs mailing list