mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-05 14:57:49 +00:00
Fix staticcheck complaint.
This commit is contained in:
parent
b4897e7de8
commit
8b8e3f08a0
@ -101,7 +101,7 @@ func (nm *NetworkMap) Concise() string {
|
||||
|
||||
derp := p.DERP
|
||||
if strings.HasPrefix(derp, "127.3.3.40:") {
|
||||
derp = "D" + derp[11:len(derp)]
|
||||
derp = "D" + derp[11:]
|
||||
}
|
||||
|
||||
// Most of the time, aip is just one element, so format the
|
||||
|
Loading…
x
Reference in New Issue
Block a user