Commit 3542b99c authored by Andrew Bartlett's avatar Andrew Bartlett Committed by Gerald (Jerry) Carter
Browse files

r1122: As spotted by lha@stacken.kth.se we don't actually use this variable any more.

Andrew Bartlett
(This used to be commit 9d5821d5ee5e9f666dfbe75419e97508af9cad5e)
parent e27895d5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ static int reply_spnego_kerberos(connection_struct *conn,
	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 @@ static int reply_spnego_kerberos(connection_struct *conn,
			SAFE_FREE(client);
			return ERROR_NT(NT_STATUS_LOGON_FAILURE);
		}
		foreign = True;
	}

	/* this gives a fully qualified user name (ie. with full realm).