mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-19 08:04:40 +03:00
CloneServerStatItem 时检查indexId和toIndexId是否相同 (#6478)
This commit is contained in:
@@ -72,6 +72,11 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if(indexId == toIndexId)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var stat = _lstServerStat.FirstOrDefault(t => t.IndexId == indexId);
|
||||
if (stat == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user