mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
db_strerror not available in bdb2
This commit is contained in:
parent
290137a54f
commit
9b35077ede
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue