Skip to content
Snippets Groups Projects
Commit 456a9ed9 authored by Howard Chu's avatar Howard Chu
Browse files

Fix ITS#1721, NULL reqdata->bv_val

parent e864c84e
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ do_extended(
refs = NULL;
rc = (ext->ext_main)( conn, op,
reqoid, reqdata,
reqoid, reqdata->bv_val ? reqdata : NULL,
&rspoid, &rspdata, &rspctrls, &text, &refs );
if( rc != SLAPD_ABANDON ) {
......
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