mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
Fix bdb2 compat bug (ITS#1390)
This commit is contained in:
parent
bb414370d5
commit
67c6481716
3
CHANGES
3
CHANGES
@ -1,5 +1,8 @@
|
||||
OpenLDAP 2.0 Change Log
|
||||
|
||||
OpenLDAP 2.0.17 Engineering
|
||||
Fixed ldbm BerkeleyDB2 compat bug (ITS#1390)
|
||||
|
||||
OpenLDAP 2.0.16 Release
|
||||
Fixed ITS indexing bug (ITS#1349)
|
||||
Fixed slapd/slurpd maxargs bug (ITS#1343)
|
||||
|
@ -1 +1 @@
|
||||
2.0.16-Release
|
||||
2.0.17-Engineering
|
||||
|
@ -165,8 +165,7 @@ int ldbm_initialize( const char* home )
|
||||
if ( err ) {
|
||||
#ifdef LDAP_SYSLOG
|
||||
syslog( LOG_INFO, "ldbm_initialize(): "
|
||||
"FATAL error in db_appinit() : %s (%d)\n",
|
||||
db_strerror( err ), err );
|
||||
"FATAL error (%d) in db_appinit()\n", err );
|
||||
#endif
|
||||
return( 1 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user