mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Fixed typo in Cleanse IP
This commit is contained in:
@@ -83,7 +83,7 @@ namespace NzbDrone.Common.Instrumentation
|
||||
var postfix = match.Value.Substring(group.Index + group.Length - match.Index);
|
||||
var items = valueIP.Split('.');
|
||||
|
||||
return $"{prefix}{items[0]}.*.*.{items[0]}{postfix}";
|
||||
return $"{prefix}{items[0]}.*.*.{items[3]}{postfix}";
|
||||
}
|
||||
|
||||
return match.Value;
|
||||
|
||||
Reference in New Issue
Block a user