diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-10-15 16:09:48 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-18 13:12:04 -0400 |
commit | f9afbe0454bee34731231af2dbb0b95d34143660 (patch) | |
tree | b84ba171794d9568613b1042d204d0c7219082fd /src/providers | |
parent | 27c67307976a60088ca301e07404bdb52740c3af (diff) | |
download | sssd-f9afbe0454bee34731231af2dbb0b95d34143660.tar.gz sssd-f9afbe0454bee34731231af2dbb0b95d34143660.tar.xz sssd-f9afbe0454bee34731231af2dbb0b95d34143660.zip |
set in_transaction explicitly to false
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/ldap/sdap_async_accounts.c | 2 |
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; |