diff options
-rw-r--r-- | src/db/sysdb_sudo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb_sudo.c b/src/db/sysdb_sudo.c index d7d7fe0b..4e98b5b3 100644 --- a/src/db/sysdb_sudo.c +++ b/src/db/sysdb_sudo.c @@ -154,7 +154,7 @@ static errno_t sysdb_sudo_check_time(struct sysdb_attrs *rule, *result = true; } - if (result) { + if (*result) { DEBUG(SSSDBG_TRACE_ALL, ("Rule [%s] matches time restrictions\n", name)); } else { |