K 10 svn:author V 5 bcran K 8 svn:date V 27 2019-06-26T03:06:57.371048Z K 7 svn:log V 349 Re-enable loader efi http boot and fix dv_open bug if dv_init failed The code in efihttp.c was assuming that dv_open wouldn't be called if dv_init failed. But the dv_init return value is currently ignored. Add a new variable, `efihttp_init_done` and only proceed in dv_open if it's true. This fixes the loader on systems without efi http support. END