]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/starttls.c
Berkeley DB 4.2 support (DB 4.2 required by default)
[openldap] / servers / slapd / starttls.c
index 43066ba136e47312b17bf13bb27e3bca883f8347..939646c09f509e64e4a8c84e05346b81ba4bec58 100644 (file)
@@ -26,7 +26,7 @@ starttls_extop ( Operation *op, SlapReply *rs )
        void *ctx;
        int rc;
 
-       if ( op->oq_extended.rs_reqdata != NULL ) {
+       if ( op->ore_reqdata != NULL ) {
                /* no request data should be provided */
                rs->sr_text = "no request data expected";
                return LDAP_PROTOCOL_ERROR;
@@ -57,7 +57,7 @@ starttls_extop ( Operation *op, SlapReply *rs )
                ( op->o_conn->c_dn.bv_len != 0 ) )
        {
                Statslog( LDAP_DEBUG_STATS,
-                       "conn=%lu op=%lu AUTHZ anonymous mech=starttls ssf=0",
+                       "conn=%lu op=%lu AUTHZ anonymous mech=starttls ssf=0\n",
                        op->o_connid, op->o_opid, 0, 0, 0 );
 
                /* force to anonymous */