1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fixed issue when in linting rampage

This commit is contained in:
Juan Font Alonso 2022-06-26 14:24:57 +02:00
parent 00885dffe1
commit 8551b0dde0

View File

@ -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").