소스 검색

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