mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
parent
a061f2192e
commit
e1ccebcf88
1 changed files with 1 additions and 1 deletions
|
|
@ -1780,7 +1780,7 @@ ldif_tool_entry_first_x( BackendDB *be, struct berval *base, int scope, Filter *
|
|||
op.ors_scope = LDAP_SCOPE_SUBTREE;
|
||||
if ( search_tree( &op, NULL ) != LDAP_SUCCESS ) {
|
||||
tl->ecurrent = tl->ecount; /* fail ldif_tool_entry_next() */
|
||||
return 0; /* fail ldif_tool_entry_get() */
|
||||
return NOID; /* fail ldif_tool_entry_get() */
|
||||
}
|
||||
}
|
||||
return ldif_tool_entry_next( be );
|
||||
|
|
|
|||
Loading…
Reference in a new issue