From b90c3d6fd3f9cc104d20cc80a5464c266b67a800 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 2 Apr 2006 16:37:52 +0000 Subject: [PATCH] Add missing snprintf args in debug output --- servers/slapd/aclparse.c | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.39.5