From 8d311bc7e7f1a69858a8355392c6745d01e841de Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Tue, 27 Nov 2012 23:52:27 -0500 Subject: 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(-) (limited to 'shim.c') diff --git a/shim.c b/shim.c index 4d490b91..c3aae9e0 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; -- cgit v1.2.3