Only pass the context in pollmap, no req needed
This commit is contained in:
parent
52073ce7c9
commit
204dedaa49
3 changed files with 6 additions and 6 deletions
|
@ -63,5 +63,5 @@ func (h *Headscale) NoisePollNetMapHandler(
|
|||
Str("machine", machine.Hostname).
|
||||
Msg("A machine is entering polling via the Noise protocol")
|
||||
|
||||
h.handlePollCommon(writer, req, machine, mapRequest, true)
|
||||
h.handlePollCommon(writer, req.Context(), machine, mapRequest, true)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue