efi_loader: correct OpenProtocol()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 30 May 2019 12:16:31 +0000 (14:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 31 May 2019 21:27:12 +0000 (23:27 +0200)
commit399a39e34af00e7342406405dc0300da0557277b
tree2f2af94f220488748ef56c0e7a581d2922446cbc
parente31b3b16226c6f6847238e1f7006724abf1220df
efi_loader: correct OpenProtocol()

If a protocol is opened BY_DRIVER it cannot be opened by another agent
BY_DRIVER.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c