Backout reqdata fix (which breaks start tls)

This commit is contained in:
Kurt Zeilenga 2002-06-10 19:40:50 +00:00
parent ddc8a197cb
commit 35955ffd20

View File

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