mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
cleanup previous commit (ITS#6581)
This commit is contained in:
parent
9785c24661
commit
a6ab844c17
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue