Fixed typo in Cleanse IP

pull/1689/head
Taloth Saldono 4 years ago committed by Qstick
parent 312c3b786e
commit e59bf51b45

@ -83,7 +83,7 @@ namespace NzbDrone.Common.Instrumentation
var postfix = match.Value.Substring(group.Index + group.Length - match.Index); var postfix = match.Value.Substring(group.Index + group.Length - match.Index);
var items = valueIP.Split('.'); var items = valueIP.Split('.');
return $"{prefix}{items[0]}.*.*.{items[0]}{postfix}"; return $"{prefix}{items[0]}.*.*.{items[3]}{postfix}";
} }
return match.Value; return match.Value;

Loading…
Cancel
Save