diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-04 18:26:37 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-04 13:26:37 -0700 |
| commit | e78868689018a34ea936d8f904a3240bf9eb3501 (patch) | |
| tree | ec3a26e0c53af69863b0323f741e17529bf05646 /hotline | |
| parent | 06e9400384f1d3a8d13006e70fd34532fcbfc59f (diff) | |
Remove unused var
Diffstat (limited to 'hotline')
| -rw-r--r-- | hotline/tracker.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/tracker.go b/hotline/tracker.go index e06f9a8..0dce949 100644 --- a/hotline/tracker.go +++ b/hotline/tracker.go @@ -141,7 +141,6 @@ func GetListing(addr string) ([]ServerRecord, error) { totalSrv := int(binary.BigEndian.Uint16(info.SrvCount[:])) srvBuf := buf[14:totalRead] - totalRead += readLen var servers []ServerRecord |