]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit (ITS#6581)
authorPierangelo Masarati <ando@openldap.org>
Sat, 26 Jun 2010 04:44:06 +0000 (04:44 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 26 Jun 2010 04:44:06 +0000 (04:44 +0000)
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;
        }