mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
8dd2d202e5
commit
8a4931c4d6
@ -113,7 +113,7 @@ static int unique_config(
|
||||
for(up = ud->attrs; up; up = up->next)
|
||||
if(!strcmp(argv[i], up->attr->ad_cname.bv_val)) {
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"%s: line %d: duplicate attribute <s>, ignored\n",
|
||||
"%s: line %d: duplicate attribute <%s>, ignored\n",
|
||||
fname, lineno, argv[i]);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user