mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Backout reqdata fix (which breaks start tls)
This commit is contained in:
parent
ddc8a197cb
commit
35955ffd20
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue