mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
ITS#2751 reset op->o_callback before returning
This commit is contained in:
parent
b5b036d9fb
commit
1e89a1daee
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ over_op_func(
|
|||
rc = LDAP_UNWILLING_TO_PERFORM;
|
||||
}
|
||||
op->o_bd = be;
|
||||
op->o_callback = cb.sc_private;
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue