mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix ITS#1721, NULL reqdata->bv_val
This commit is contained in:
parent
e864c84ed9
commit
456a9ed952
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user