]> git.sur5r.net Git - openldap/commitdiff
Fix return value
authorKurt Zeilenga <kurt@openldap.org>
Sun, 15 Sep 2002 22:42:07 +0000 (22:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 15 Sep 2002 22:42:07 +0000 (22:42 +0000)
servers/slapd/back-monitor/search.c

index 92b6e3a34d430bc79b4d33471cfc9796d687cca3..800ada5dc0fd8473fc83d2c62f355543a6c53da1 100644 (file)
@@ -187,6 +187,7 @@ monitor_back_search(
                                        attrsonly, NULL );
                        nentries = 1;
                }
+               rc = LDAP_SUCCESS;
                monitor_cache_release( mi, e );
                break;