Skip to content

Commit

Permalink
Bump version to 1.4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreynolds389 committed Jan 29, 2018
1 parent d86e0f9 commit 56f9881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ldap/servers/plugins/replication/repl5_replica_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 56f9881

Please sign in to comment.