X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fstarttls.c;h=e8170ad69056d1115a21482d181073aa318b6566;hb=021443bd5d355b8171dcbe4650c67507b9e1b83b;hp=5ed9c5b5ac92bd77d26712bab99747c2cdf36bd8;hpb=e2f2186aa023c7d48e2556c76e98acf9ec526bc7;p=openldap diff --git a/servers/slapd/starttls.c b/servers/slapd/starttls.c index 5ed9c5b5ac..e8170ad690 100644 --- a/servers/slapd/starttls.c +++ b/servers/slapd/starttls.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2005 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -18,8 +18,6 @@ #include #include -#include - #include "slap.h" #ifdef HAVE_TLS @@ -61,8 +59,8 @@ 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\n", - op->o_connid, op->o_opid, 0, 0, 0 ); + "%s AUTHZ anonymous mech=starttls ssf=0\n", + op->o_log_prefix, 0, 0, 0, 0 ); /* force to anonymous */ connection2anonymous( op->o_conn );