mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
pb in slapi_op_func was freed uninitialized if preop_type==0 && !internal_op
This commit is contained in:
parent
5a6eabb69d
commit
f6f367fda6
1 changed files with 1 additions and 0 deletions
|
|
@ -563,6 +563,7 @@ slapi_op_func( Operation *op, SlapReply *rs )
|
|||
|
||||
if ( preop_type == 0 ) {
|
||||
/* no SLAPI plugin types for this operation */
|
||||
pb = NULL;
|
||||
rc = SLAP_CB_CONTINUE;
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue