summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorStéphane Graber <stgraber@ubuntu.com>2013-08-08 17:12:06 +0200
committerStéphane Graber <stgraber@ubuntu.com>2013-08-08 17:12:06 +0200
commit0929c5e5f5648e2e602c19f20915a4ed504babcb (patch)
treef2ff6540bf9d1c8c886ac809f139a7a123c69292 /shim.c
parent44ecc6a350e738a0a8bcd727b3990ce9dadd527f (diff)
downloadefi-boot-shim-0929c5e5f5648e2e602c19f20915a4ed504babcb.tar.gz
efi-boot-shim-0929c5e5f5648e2e602c19f20915a4ed504babcb.zip
Fix for LP: #1087501
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index 8ce2b318..bfb6b0bd 100644
--- a/shim.c
+++ b/shim.c
@@ -652,7 +652,6 @@ static EFI_STATUS verify_buffer (char *data, int datasize,
unsigned int size = datasize;
if (context->SecDir->Size == 0) {
- Print(L"Empty security header\n");
return EFI_INVALID_PARAMETER;
}