From be6bc05807a5519e5e054353d70494e712e6022c Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Fri, 13 Sep 2013 10:17:33 +0200 Subject: Call lmi_init function from providers --- src/hardware/LMI_PCIDeviceProvider.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hardware/LMI_PCIDeviceProvider.c') diff --git a/src/hardware/LMI_PCIDeviceProvider.c b/src/hardware/LMI_PCIDeviceProvider.c index cc6adc8..f304f40 100644 --- a/src/hardware/LMI_PCIDeviceProvider.c +++ b/src/hardware/LMI_PCIDeviceProvider.c @@ -29,6 +29,7 @@ static const CMPIBroker* _cb = NULL; static void LMI_PCIDeviceInitialize() { + lmi_init(provider_name, _cb, provider_config_defaults); } static CMPIStatus LMI_PCIDeviceCleanup( -- cgit