]> git.sur5r.net Git - openldap/commitdiff
Remove lint
authorKurt Zeilenga <kurt@openldap.org>
Sun, 18 May 2003 21:58:56 +0000 (21:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 18 May 2003 21:58:56 +0000 (21:58 +0000)
servers/slapd/bind.c
servers/slapd/connection.c
servers/slapd/starttls.c

index f4f29fc710a9b44d16b382fb0a46ec39a637a153..56984e64ac3787aa62bd7f8773864aea4b7bc372 100644 (file)
@@ -70,7 +70,7 @@ do_bind(
        /* log authorization identity demotion */
        if ( conn->c_dn.bv_len ) {
                Statslog( LDAP_DEBUG_STATS,
-                       "conn=%lu op=%lu BIND anonymous mech=implicit ssf=0",
+                       "conn=%lu op=%lu BIND anonymous mech=implicit ssf=0\n",
                        op->o_connid, op->o_opid, 0, 0, 0 );
        }
 
index b7cfdf9b10117ea1699412a5f6eea7424f180894..b4ff8af87ba0a3d9185d139523897b4db2052e8b 100644 (file)
@@ -663,8 +663,8 @@ connection_destroy( Connection *c )
                slapd_remove( sd, 0 );
 
                Statslog( LDAP_DEBUG_STATS,
-                   "conn=%lu fd=%d closed\n",
-                       connid, sd, 0, 0, 0 );
+                   "conn=%lu fd=%ld closed\n",
+                       connid, (long) sd, 0, 0, 0 );
        }
 
        ber_sockbuf_free( c->c_sb );
index 4ab33b10365e59da752622f95561d84435deeff1..ead7af014b74d4574dfe61dcf33815011186e994 100644 (file)
@@ -66,7 +66,7 @@ starttls_extop (
                ( 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 */