Fix ITS#1721, NULL reqdata->bv_val

This commit is contained in:
Howard Chu 2002-06-06 05:42:26 +00:00
parent e864c84ed9
commit 456a9ed952

View File

@ -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 ) {