mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix return value
This commit is contained in:
parent
0ad91236fd
commit
88c8cca820
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ monitor_back_search(
|
|||
attrsonly, NULL );
|
||||
nentries = 1;
|
||||
}
|
||||
rc = LDAP_SUCCESS;
|
||||
monitor_cache_release( mi, e );
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue