Codebase list fwupd / 20e25b5
dell: disable plugin if libsmbios fails Mario Limonciello 6 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
871871 return FALSE;
872872 }
873873
874 if (data->smi_obj->smi == NULL) {
875 g_set_error (error,
876 FWUPD_ERROR,
877 FWUPD_ERROR_INTERNAL,
878 "failed to initialize libsmbios library");
879 return FALSE;
880 }
881
874882 /* If ESRT is not turned on, fwupd will have already created an
875883 * unlock device (if compiled with support).
876884 *