Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
67d01513
Commit
67d01513
authored
Mar 17, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6012
parent
a77a549b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
67d01513
...
...
@@ -16,6 +16,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapd syncrepl skipped entries with MMR (ITS#5988)
Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006)
Fixed slapd-bdb/hdb with NULL transactions (ITS#6012)
Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916)
Fixed slapd-ldap/meta with broken AD results (ITS#5977)
Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
...
...
servers/slapd/back-bdb/cache.c
View file @
67d01513
...
...
@@ -1482,7 +1482,7 @@ bdb_reader_free( void *key, void *data )
/* DB_ENV *env = key; */
DB_TXN
*
txn
=
data
;
TXN_ABORT
(
txn
);
if
(
txn
)
TXN_ABORT
(
txn
);
}
/* free up any keys used by the main thread */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment