mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Backout reqdata fix (which breaks start tls)
This commit is contained in:
parent
ddc8a197cb
commit
35955ffd20
@ -148,8 +148,7 @@ do_extended(
|
||||
text = NULL;
|
||||
refs = NULL;
|
||||
|
||||
rc = (ext->ext_main)( conn, op,
|
||||
reqoid, reqdata->bv_val ? reqdata : NULL,
|
||||
rc = (ext->ext_main)( conn, op, reqoid, reqdata,
|
||||
&rspoid, &rspdata, &rspctrls, &text, &refs );
|
||||
|
||||
if( rc != SLAPD_ABANDON ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user