From 9c0c64ebde4ec504fc4e4d92ea18b889b1ccd498 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Tue, 27 Nov 2012 23:52:27 -0500 Subject: [PATCH] Remove debug code secure_mode() was altered to always return true for debug purposes, and this accidentally got committed to mainline. Fix that. --- shim.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shim.c b/shim.c index 4d490b9..c3aae9e 100644 --- a/shim.c +++ b/shim.c @@ -416,8 +416,6 @@ static BOOLEAN secure_mode (void) UINT8 sb, setupmode; UINT32 attributes; - return TRUE; - if (insecure_mode) return FALSE;