mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add missing snprintf args in debug output
This commit is contained in:
parent
6c772f2057
commit
b90c3d6fd3
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user