summaryrefslogtreecommitdiffstats
path: root/src/fan/LMI_FanSensorProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fan/LMI_FanSensorProvider.c')
-rw-r--r--src/fan/LMI_FanSensorProvider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fan/LMI_FanSensorProvider.c b/src/fan/LMI_FanSensorProvider.c
index 9b9d750..ff459d2 100644
--- a/src/fan/LMI_FanSensorProvider.c
+++ b/src/fan/LMI_FanSensorProvider.c
@@ -28,6 +28,7 @@ static const CMPIBroker* _cb = NULL;
static void LMI_FanSensorInitialize()
{
+ lmi_init(provider_name, _cb, provider_config_defaults);
init_linux_fan_module();
}