Selaa lähdekoodia

fix usage of =

v2ray 9 vuotta sitten
vanhempi
commit
19b8b54672
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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