mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Fix typo in error message: idl_fetch -> bdb2i_idl_fetch
This commit is contained in:
parent
9c3ed0310b
commit
64f2d924d7
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ bdb2i_idl_fetch(
|
|||
|
||||
if ( (tmp[i] = idl_fetch_one( be, db, data )) == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"idl_fetch of (%s) returns NULL\n", data.dptr, 0, 0 );
|
||||
"bdb2i_idl_fetch of (%s) returns NULL\n", data.dptr, 0, 0 );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue