diff options
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/sysdb_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb_services.c b/src/db/sysdb_services.c index 425e9ed7..69326309 100644 --- a/src/db/sysdb_services.c +++ b/src/db/sysdb_services.c @@ -652,7 +652,7 @@ sysdb_svc_delete(struct sysdb_ctx *sysdb, TALLOC_CTX *tmp_ctx; struct ldb_result *res; unsigned int i; - bool in_transaction; + bool in_transaction = false; tmp_ctx = talloc_new(NULL); if (!tmp_ctx) { |