mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-18 13:52:40 +09:00
Only pass the context in pollmap, no req needed
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user