]> git.proxmox.com Git - efi-boot-shim.git/commit
Make sure the menu shows when the callback fails
authorGary Ching-Pang Lin <glin@suse.com>
Wed, 26 Dec 2012 03:44:46 +0000 (11:44 +0800)
committerGary Ching-Pang Lin <glin@suse.com>
Thu, 3 Jan 2013 04:20:30 +0000 (12:20 +0800)
commit4bab48ce880964b3ee709b5acd565160dbf9ff19
treeaf07acb08b036699084c550be0de6da72453c41c
parent990dcdb6a6cea2a22ef237b68630aa30784184c4
Make sure the menu shows when the callback fails

Since Pause() doesn't clear the key from the input queue, the next
ReadKeyStroke reads the queued key instead of the new one. If the
user presses "Enter", MokManager exits directly without showing
the menu again.
MokManager.c