summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/LMI_UnixFileProvider.c
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-09-13 10:17:33 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-09-19 09:19:36 +0200
commitbe6bc05807a5519e5e054353d70494e712e6022c (patch)
tree64a78842bd95f21e394171241e71886ac8f347b5 /src/logicalfile/LMI_UnixFileProvider.c
parentba68ac8759f664b9079ca9d5b6772285f6433be6 (diff)
downloadopenlmi-providers-be6bc05807a5519e5e054353d70494e712e6022c.tar.gz
openlmi-providers-be6bc05807a5519e5e054353d70494e712e6022c.tar.xz
openlmi-providers-be6bc05807a5519e5e054353d70494e712e6022c.zip
Call lmi_init function from providers
Diffstat (limited to 'src/logicalfile/LMI_UnixFileProvider.c')
-rw-r--r--src/logicalfile/LMI_UnixFileProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logicalfile/LMI_UnixFileProvider.c b/src/logicalfile/LMI_UnixFileProvider.c
index 9c9be79..b9be867 100644
--- a/src/logicalfile/LMI_UnixFileProvider.c
+++ b/src/logicalfile/LMI_UnixFileProvider.c
@@ -68,7 +68,7 @@ static struct selabel_handle *get_selabel_handle()
static void LMI_UnixFileInitialize()
{
- lmi_init_logging(LMI_UnixFile_ClassName, _cb);
+ lmi_init(provider_name, _cb, provider_config_defaults);
#ifdef LOGICALFILE_SELINUX
pthread_mutex_init(&selinux_mutex, NULL);
#endif