summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_accounts.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-10-15 16:09:48 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-10-18 13:12:04 -0400
commitf9afbe0454bee34731231af2dbb0b95d34143660 (patch)
treeb84ba171794d9568613b1042d204d0c7219082fd /src/providers/ldap/sdap_async_accounts.c
parent27c67307976a60088ca301e07404bdb52740c3af (diff)
downloadsssd-f9afbe0454bee34731231af2dbb0b95d34143660.tar.gz
sssd-f9afbe0454bee34731231af2dbb0b95d34143660.tar.xz
sssd-f9afbe0454bee34731231af2dbb0b95d34143660.zip
set in_transaction explicitly to false
Diffstat (limited to 'src/providers/ldap/sdap_async_accounts.c')
-rw-r--r--src/providers/ldap/sdap_async_accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c
index 8547dae18..62bafed43 100644
--- a/src/providers/ldap/sdap_async_accounts.c
+++ b/src/providers/ldap/sdap_async_accounts.c
@@ -1132,7 +1132,7 @@ sdap_process_group_members_2307(struct sdap_process_group_state *state,
struct ldb_message_element *memberel)
{
struct ldb_message *msg;
- bool in_transaction;
+ bool in_transaction = false;
char *member_name;
char *strdn;
int ret;