Fixed issue when in linting rampage
This commit is contained in:
parent
00885dffe1
commit
8551b0dde0
1 changed files with 1 additions and 1 deletions
2
poll.go
2
poll.go
|
@ -66,7 +66,7 @@ func (h *Headscale) PollNetMapHandler(
|
|||
return
|
||||
}
|
||||
mapRequest := tailcfg.MapRequest{}
|
||||
err = decode(body, &req, &machineKey, h.privateKey)
|
||||
err = decode(body, &mapRequest, &machineKey, h.privateKey)
|
||||
if err != nil {
|
||||
log.Error().
|
||||
Str("handler", "PollNetMap").
|
||||
|
|
Loading…
Reference in a new issue