Skip to content
Snippets Groups Projects
Commit f6f367fd authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent 5a6eabb6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment