mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Keep attr list intact, glued DBs may need it
This commit is contained in:
parent
a94c74987e
commit
e5285894ce
1 changed files with 0 additions and 4 deletions
|
|
@ -88,11 +88,7 @@ slapindex( int argc, char **argv )
|
|||
printf("indexing id=%08lx\n", (long) id );
|
||||
}
|
||||
|
||||
/* Backend will set its attr list on first call. Clear
|
||||
* the list on all subsequent calls.
|
||||
*/
|
||||
rtn = be->be_entry_reindex( be, id, adv );
|
||||
adv = NULL;
|
||||
|
||||
if( rtn != LDAP_SUCCESS ) {
|
||||
rc = EXIT_FAILURE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue