]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/distproc.c
ITS#5328 - cosmetic cleanup (0 -> LDAP_SUCCESS)
[openldap] / servers / slapd / back-ldap / distproc.c
index 77b31d3d1b5c7c28368ed2616c8c56411cf014fa..93411682436580258e8e3047575041e96fcd70bf 100644 (file)
@@ -298,7 +298,7 @@ ldap_distproc_operational( Operation *op, SlapReply *rs )
         * database.  This fix is likely to intercept also entries
         * generated by back-perl and so. */
        if ( rs->sr_entry->e_private == NULL ) {
-               return 0;
+               return LDAP_SUCCESS;
        }
 
        return SLAP_CB_CONTINUE;