efi_loader: rtc_mktime() called twice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jun 2020 10:02:14 +0000 (12:02 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:03:47 +0000 (18:03 +0200)
commit3a92f85f2121bb76061758e2830a5a1572729bcf
tree6eef8e0ae1f22e82c88e5ab1cd9b37eb607f5ae0
parent7a373e54350b8cbc27b402d881a07e29a6107c0d
efi_loader: rtc_mktime() called twice

Don't call rtc_mktime() twice with the same argument in
efi_variable_authenticate().

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