This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
commit 56f98815ad88f7b6b89efe2b2bc2b3fb13922963 Author: Mark Reynolds mreynolds@redhat.com Date: Mon Jan 29 18:39:11 2018 -0500
Bump version to 1.4.0.4 --- VERSION.sh | 2 +- ldap/servers/plugins/replication/repl5_replica_config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VERSION.sh b/VERSION.sh index fdbdf2c..e87b42e 100644 --- a/VERSION.sh +++ b/VERSION.sh @@ -10,7 +10,7 @@ vendor="389 Project" # PACKAGE_VERSION is constructed from these VERSION_MAJOR=1 VERSION_MINOR=4 -VERSION_MAINT=0.3 +VERSION_MAINT=0.4 # NOTE: VERSION_PREREL is automatically set for builds made out of a git tree VERSION_PREREL= VERSION_DATE=$(date -u +%Y%m%d) diff --git a/ldap/servers/plugins/replication/repl5_replica_config.c b/ldap/servers/plugins/replication/repl5_replica_config.c index bda3333..ea430d9 100644 --- a/ldap/servers/plugins/replication/repl5_replica_config.c +++ b/ldap/servers/plugins/replication/repl5_replica_config.c @@ -421,7 +421,7 @@ replica_config_modify(Slapi_PBlock *pb, } } else if (strcasecmp(config_attr, attr_replicaId) == 0) { int64_t rid = 0; - if (repl_config_valid_num(config_attr, config_attr_value, 1, 65535, returncode, errortext, &rid) == 0) { + if (repl_config_valid_num(config_attr, config_attr_value, 1, 65534, returncode, errortext, &rid) == 0) { slapi_ch_free_string(&new_repl_id); new_repl_id = slapi_ch_strdup(config_attr_value); } else {