]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/modify.c
cleanup previous commit (ITS#6581)
[openldap] / servers / slapd / modify.c
index a129cea82ab49055870ade6c1dac2db77c911ee9..3b5f7271a0b118d903e88bfa6152eab5d55fca72 100644 (file)
@@ -89,7 +89,7 @@ do_modify(
        if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
                Debug( LDAP_DEBUG_ANY, "%s do_modify: get_ctrls failed\n",
                        op->o_log_prefix, 0, 0 );
-               send_ldap_result( op, rs );
+               /* get_ctrls has sent results.  Now clean up. */
                goto cleanup;
        }