mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Fix prev commit, make sure to only send result once
This commit is contained in:
parent
379a620217
commit
4e2dccf147
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ fail:;
|
|||
goto retry;
|
||||
}
|
||||
}
|
||||
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_SENDERR );
|
||||
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
|
||||
ldap_back_freeconn( op, lc );
|
||||
lc = NULL;
|
||||
goto finish;
|
||||
|
|
|
|||
Loading…
Reference in a new issue