pgollangi / netselect

The result of append is not used anywhere SCC-SA4010
Bug risk
Major
4 years ago4 years old
this result of append is never used, except maybe in other appends
214		} else {
215			failed = append(failed, result)
216		}
217		pingResults = append(pingResults, result)218	}
219
220	sort.Sort(allResults(success))