Merge pull request #112 from mrd0ll4r/slicebounds
tracker: update reslicing to use implicit slice bounds
This commit is contained in:
commit
386e0d2abc
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (a *Announce) ClientID() (clientID string) {
|
|||
clientID = a.PeerID[1:7]
|
||||
}
|
||||
} else {
|
||||
clientID = a.PeerID[0:6]
|
||||
clientID = a.PeerID[:6]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue