mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
parent
a061f2192e
commit
e1ccebcf88
@ -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 New Issue
Block a user