]> git.sur5r.net Git - openldap/commitdiff
Backout reqdata fix (which breaks start tls)
authorKurt Zeilenga <kurt@openldap.org>
Mon, 10 Jun 2002 19:40:50 +0000 (19:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 10 Jun 2002 19:40:50 +0000 (19:40 +0000)
servers/slapd/extended.c

index d28908295b899d1be62a4f54ec9ee9ae6e43f31c..ab53feeab7cb8d364ceded62792d2248faa67fc2 100644 (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 ) {