浏览代码

fix usage of =

v2ray 9 年之前
父节点
当前提交
19b8b54672
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      shell/point/config_json.go

+ 1 - 1
shell/point/config_json.go

@@ -133,7 +133,7 @@ func (this *InboundDetourConfig) UnmarshalJSON(data []byte) error {
 			this.Allocation.Refresh = 5
 		}
 		if this.Allocation.Concurrency == 0 {
-			this.Allocation.Concurrency == 3
+			this.Allocation.Concurrency = 3
 		}
 	}
 	return nil