]> git.sur5r.net Git - openldap/commitdiff
fix acl log line
authorGary Williams <gwilliams@openldap.org>
Thu, 8 Feb 2001 13:21:20 +0000 (13:21 +0000)
committerGary Williams <gwilliams@openldap.org>
Thu, 8 Feb 2001 13:21:20 +0000 (13:21 +0000)
servers/slapd/acl.c

index a5d69d56d29f1a590a6fa0a449bbcce976a7fc19..e256972feea71add23447e9d190a7516004891e0 100644 (file)
@@ -246,6 +246,7 @@ access_allowed(
 #ifdef NEW_LOGGING
        LDAP_LOG(( "acl", LDAP_LEVEL_ENTRY,
                   "access_allowed: conn %d  %s access %s by %s\n",
+                  conn->c_connid,
                   access2str( access ),
                   ACL_GRANT( mask, access ) ? "granted" : "denied",
                   accessmask2str( mask, accessmaskbuf ) ));