summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_debuglevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/sss_debuglevel.c')
-rw-r--r--src/tools/sss_debuglevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/sss_debuglevel.c b/src/tools/sss_debuglevel.c
index 333de2199..e1467c01f 100644
--- a/src/tools/sss_debuglevel.c
+++ b/src/tools/sss_debuglevel.c
@@ -261,7 +261,7 @@ errno_t get_confdb_sections(TALLOC_CTX *ctx, struct confdb_ctx *confdb,
for (domain = domain_list;
domain;
- domain = get_next_domain(domain, false)) {
+ domain = get_next_domain(domain, 0)) {
domain_count++;
}
@@ -286,7 +286,7 @@ errno_t get_confdb_sections(TALLOC_CTX *ctx, struct confdb_ctx *confdb,
for (domain = domain_list;
domain;
- domain = get_next_domain(domain, false), i++) {
+ domain = get_next_domain(domain, 0), i++) {
sections[i] = talloc_asprintf(tmp_ctx, CONFDB_DOMAIN_PATH_TMPL,
domain->name);
if (sections[i] == NULL) {