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_PCIBridgeSystemDeviceProvider.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hardware/LMI_PCIBridgeSystemDeviceProvider.c') diff --git a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c index 2151dd5..de83816 100644 --- a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c +++ b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c @@ -28,6 +28,7 @@ static const CMPIBroker* _cb; static void LMI_PCIBridgeSystemDeviceInitialize() { + lmi_init(provider_name, _cb, provider_config_defaults); } static CMPIStatus LMI_PCIBridgeSystemDeviceCleanup( -- cgit