diff options
| author | Stéphane Graber <stgraber@ubuntu.com> | 2013-08-08 17:12:06 +0200 |
|---|---|---|
| committer | Stéphane Graber <stgraber@ubuntu.com> | 2013-08-08 17:12:06 +0200 |
| commit | 0929c5e5f5648e2e602c19f20915a4ed504babcb (patch) | |
| tree | f2ff6540bf9d1c8c886ac809f139a7a123c69292 /shim.c | |
| parent | 44ecc6a350e738a0a8bcd727b3990ce9dadd527f (diff) | |
| download | efi-boot-shim-0929c5e5f5648e2e602c19f20915a4ed504babcb.tar.gz efi-boot-shim-0929c5e5f5648e2e602c19f20915a4ed504babcb.zip | |
Fix for LP: #1087501
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |
