diff options
-rw-r--r-- | src/providers/ldap/ldap_id_cleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c index ced46522c..7f7a02c64 100644 --- a/src/providers/ldap/ldap_id_cleanup.c +++ b/src/providers/ldap/ldap_id_cleanup.c @@ -195,6 +195,7 @@ struct tevent_req *ldap_id_cleanup_send(TALLOC_CTX *memctx, if (ret != EOK) { goto fail; } + in_transaction = true; ret = cleanup_users(state, state->ctx); if (ret && ret != ENOENT) { |