mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit, config_obsolete
This commit is contained in:
parent
a2405e0a7e
commit
0c2d84819d
@ -2827,6 +2827,9 @@ config_updateref(ConfigArgs *c) {
|
||||
|
||||
static int
|
||||
config_obsolete(ConfigArgs *c) {
|
||||
if (c->op == SLAP_CONFIG_EMIT)
|
||||
return 1;
|
||||
|
||||
snprintf( c->msg, sizeof( c->msg ), "<%s> keyword is obsolete (ignored)",
|
||||
c->argv[0] );
|
||||
Debug(LDAP_DEBUG_ANY, "%s: %s\n", c->log, c->msg, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user