From: Pierangelo Masarati Date: Sat, 26 Jun 2010 04:44:06 +0000 (+0000) Subject: cleanup previous commit (ITS#6581) X-Git-Tag: MIGRATION_CVS2GIT~561 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6ab844c17a20a001ba58c32b07b221e05d03ec1;p=openldap cleanup previous commit (ITS#6581) --- diff --git a/servers/slapd/modify.c b/servers/slapd/modify.c index a129cea82a..3b5f7271a0 100644 --- a/servers/slapd/modify.c +++ b/servers/slapd/modify.c @@ -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; }