浏览代码

Bump version to 1.4.0.4

Mark Reynolds 7 年之前
父节点
当前提交
56f98815ad
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      VERSION.sh
  2. 1 1
      ldap/servers/plugins/replication/repl5_replica_config.c

+ 1 - 1
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)

+ 1 - 1
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 {