cleanup previous commit (ITS#6581)

This commit is contained in:
Pierangelo Masarati 2010-06-26 04:44:06 +00:00
parent 9785c24661
commit a6ab844c17

View 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;
}