mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
db_strerror not available in bdb2
This commit is contained in:
parent
290137a54f
commit
9b35077ede
@ -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