summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/db/sysdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb.c b/src/db/sysdb.c
index edbd7ad2e..626ec0de4 100644
--- a/src/db/sysdb.c
+++ b/src/db/sysdb.c
@@ -1235,7 +1235,7 @@ int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx,
DEBUG(SSSDBG_FATAL_FAILURE,
"Unknown DB version [%s], expected [%s] for domain %s!\n",
- version?version:"not found", SYSDB_VERSION, domain->name);
+ version, SYSDB_VERSION, domain->name);
ret = sysdb_version_check(SYSDB_VERSION, version);
goto done;
}