mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Add missing comma between Debug() args
This commit is contained in:
parent
f9a6f7c41a
commit
a2a587c6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1648,7 +1648,7 @@ parse_acl(
|
|||
"ACI \"%s\": inappropriate syntax: %s.",
|
||||
right,
|
||||
b->a_aci_at->ad_type->sat_syntax_oid );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: %s\n"
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: %s\n",
|
||||
fname, lineno, buf );
|
||||
acl_usage();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue