This commit is contained in:
@@ -227,7 +227,6 @@ func sendFailureReports(ctx context.Context, reports []FailureReport, url string
|
||||
return
|
||||
}
|
||||
resp.Body.Close()
|
||||
return
|
||||
}
|
||||
|
||||
func newFailureReport(stat *failureStat) FailureReport {
|
||||
|
||||
@@ -225,7 +225,6 @@ func (s *Service) reportData(ctx context.Context, urVersion int, preview bool) (
|
||||
report.TemporariesCustom = opts.KeepTemporariesH != 24
|
||||
report.LimitBandwidthInLan = opts.LimitBandwidthInLan
|
||||
report.CustomReleaseURL = opts.ReleasesURL != "https=//upgrades.syncthing.net/meta.json"
|
||||
report.RestartOnWakeup = opts.RestartOnWakeup
|
||||
report.CustomStunServers = len(opts.RawStunServers) != 1 || opts.RawStunServers[0] != "default"
|
||||
|
||||
for _, cfg := range s.cfg.Folders() {
|
||||
|
||||
Reference in New Issue
Block a user