Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
9a5c13de
Commit
9a5c13de
authored
Jul 24, 2007
by
Hallvard Furuseth
Browse files
ITS#5035 part 6
parent
e2a25d54
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9a5c13de
...
...
@@ -2,7 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.38 Engineering
Fixed slapd AVA_Sort on multivalued RDNs (ITS#5057)
Fixed slapd integer types and overflow (ITS#5035)
Fixed slapd integer
/pointer
types and overflow (ITS#5035)
Fixed slapd select_backend/ManageDSAit (ITS#4986)
Fixed slapd-bdb missing index warning (ITS#5037)
Fixed slapd-bdb Quick index for ID 0 (ITS#5052)
...
...
servers/slapd/back-ldbm/ldbm.c
View file @
9a5c13de
...
...
@@ -137,7 +137,7 @@ static void
#if DB_VERSION_X < 0x040300
ldbm_db_errcall
(
const
char
*
prefix
,
char
*
message
)
#else
ldbm_db_errcall
(
const
DB_ENV
*
env
,
const
char
*
prefix
,
char
*
message
)
ldbm_db_errcall
(
const
DB_ENV
*
env
,
const
char
*
prefix
,
const
char
*
message
)
#endif
{
#ifdef LDAP_SYSLOG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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