fix "host=", broken by rev 1.446 of servers/slapd/config.c

This commit is contained in:
Pierangelo Masarati 2006-05-05 23:53:14 +00:00
parent 23c766bbfd
commit b5eb214d79

View File

@ -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: