pb in slapi_op_func was freed uninitialized if preop_type==0 && !internal_op

This commit is contained in:
Hallvard Furuseth 2005-07-27 09:13:30 +00:00
parent 5a6eabb69d
commit f6f367fda6

View File

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