summaryrefslogtreecommitdiffstats
path: root/phosphor-ldap-mapper/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'phosphor-ldap-mapper/main.cpp')
-rw-r--r--phosphor-ldap-mapper/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/phosphor-ldap-mapper/main.cpp b/phosphor-ldap-mapper/main.cpp
index 15c9802..e0d2255 100644
--- a/phosphor-ldap-mapper/main.cpp
+++ b/phosphor-ldap-mapper/main.cpp
@@ -9,7 +9,8 @@ int main(int argc, char** argv)
sdbusplus::server::manager::manager objManager(
bus, phosphor::user::mapperMgrRoot);
- phosphor::user::LDAPMapperMgr mapperMgr(bus, phosphor::user::mapperMgrRoot);
+ phosphor::user::LDAPMapperMgr mapperMgr(bus, phosphor::user::mapperMgrRoot,
+ LDAP_MAPPER_PERSIST_PATH);
// Create a directory to persist errors.
std::experimental::filesystem::create_directories(LDAP_MAPPER_PERSIST_PATH);
OpenPOWER on IntegriCloud