Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Oct 24, 2024
1 parent 316e2f5 commit e4e00f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/sss_ini.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,11 @@ static int access_check_ini(struct sss_ini *self)
}

used_snippets = sss_ini_get_ra_success_list(self);

for (i = 0; (path = ref_array_get(used_snippets, i, NULL)) != NULL; ++i) {
DEBUG(SSSDBG_CRIT_FAILURE, "Checking: %s\n", path ? path : "-NULL-");
}

for (i = 0; (path = ref_array_get(used_snippets, i, NULL)) != NULL; ++i) {
ret = access_check_file(path);
if (ret != EOK) {
Expand Down

0 comments on commit e4e00f6

Please sign in to comment.