mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix format arg to "overlay...configuration failed" message
This commit is contained in:
parent
df0e227201
commit
965c270cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -1529,7 +1529,7 @@ config_overlay(ConfigArgs *c) {
|
|||
/* log error */
|
||||
Debug( SLAPD_DEBUG_CONFIG_ERROR, "%s: (optional) %s overlay \"%s\" configuration failed"
|
||||
SLAPD_CONF_UNKNOWN_IGNORED ".\n",
|
||||
c->log, c->be == frontendDB ? "global " : "", c->argv[1][1]);
|
||||
c->log, c->be == frontendDB ? "global " : "", &c->argv[1][1]);
|
||||
#ifdef SLAPD_CONF_UNKNOWN_BAILOUT
|
||||
return 1;
|
||||
#endif /* SLAPD_CONF_UNKNOWN_BAILOUT */
|
||||
|
|
|
|||
Loading…
Reference in a new issue