mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix "host=", broken by rev 1.446 of servers/slapd/config.c
This commit is contained in:
parent
23c766bbfd
commit
b5eb214d79
@ -2631,6 +2631,10 @@ config_replica(ConfigArgs *c) {
|
||||
/* dealt with separately; don't let it get to bindconf */
|
||||
;
|
||||
|
||||
} else if(!strncasecmp(c->argv[i], "host=", STRLENOF("host="))) {
|
||||
/* dealt with separately; don't let it get to bindconf */
|
||||
;
|
||||
|
||||
} else if(!strncasecmp(c->argv[i], "suffix=", STRLENOF( "suffix="))) {
|
||||
switch(add_replica_suffix(c->be, nr, c->argv[i] + STRLENOF("suffix="))) {
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user