From: Hallvard Furuseth Date: Sun, 2 Apr 2006 16:37:52 +0000 (+0000) Subject: Add missing snprintf args in debug output X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b90c3d6fd3f9cc104d20cc80a5464c266b67a800;p=openldap Add missing snprintf args in debug output --- diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index 96d8e4a88c..37fbd565f3 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -645,6 +645,7 @@ parse_acl( snprintf( buf, sizeof( buf ), "%s: line %d: " " attr \"%s\" normalization failed (%d: %s)", + fname, lineno, a->acl_attrs[ 0 ].an_name.bv_val, rc, text ); Debug( LDAP_DEBUG_ANY, "%s: line %d: %s.\n", fname, lineno, buf );