summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-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 db6c792cd..ec09662ee 100644
--- a/src/tools/sss_cache.c
+++ b/src/tools/sss_cache.c
@@ -437,7 +437,7 @@ errno_t init_domains(struct cache_tool_ctx *ctx, const char *domain)
return ret;
}
- ret = sysdb_init(ctx, ctx->domains, NULL, false);
+ ret = sysdb_init(ctx, ctx->domains, false);
SYSDB_VERSION_ERROR(ret);
if (ret != EOK) {
DEBUG(1, ("Could not initialize connection to the sysdb\n"));