diff options
author | Ondrej Kos <okos@redhat.com> | 2013-03-28 15:35:03 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-26 00:26:26 +0200 |
commit | 7de6e3534fd61c7619ed34a6b1afe7230b5e6504 (patch) | |
tree | 31afcffc00c08d0d3eec7d54a15e55e8d83eed01 /src/monitor | |
parent | 9602c7f43cae0b06c584fe64ced474ee76623d97 (diff) | |
download | sssd-7de6e3534fd61c7619ed34a6b1afe7230b5e6504.tar.gz sssd-7de6e3534fd61c7619ed34a6b1afe7230b5e6504.tar.bz2 sssd-7de6e3534fd61c7619ed34a6b1afe7230b5e6504.zip |
DB: Switch to new libini_config API
https://fedorahosted.org/sssd/ticket/1786
Since we need to support the old interface as well, the configure scritp
is modified and correct ini interface is chosen.
Diffstat (limited to 'src/monitor')
-rw-r--r-- | src/monitor/monitor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index 4e81f559..bd22a951 100644 --- a/src/monitor/monitor.c +++ b/src/monitor/monitor.c @@ -44,8 +44,6 @@ #include "tevent.h" #include "confdb/confdb.h" #include "confdb/confdb_setup.h" -#include "collection.h" -#include "ini_config.h" #include "db/sysdb.h" #include "monitor/monitor.h" #include "dbus/dbus.h" |