mirror of https://github.com/2dust/v2rayN
CloneServerStatItem 时检查indexId和toIndexId是否相同 (#6478)
parent
8f3e0dbd82
commit
364a24c580
|
@ -72,6 +72,11 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if(indexId == toIndexId)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var stat = _lstServerStat.FirstOrDefault(t => t.IndexId == indexId);
|
||||
if (stat == null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue