summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/sss_cache.c')
-rw-r--r--src/tools/sss_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_cache.c b/src/tools/sss_cache.c
index 8b1e82db1..8b78b29f1 100644
--- a/src/tools/sss_cache.c
+++ b/src/tools/sss_cache.c
@@ -622,7 +622,7 @@ static errno_t init_domains(struct cache_tool_ctx *ctx,
return ret;
}
- ret = sysdb_init(ctx, ctx->domains, false);
+ ret = sysdb_init(ctx, ctx->domains);
SYSDB_VERSION_ERROR(ret);
if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE,