1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-14 13:51:01 +02:00
This commit is contained in:
Mustafa Enes Batur 2025-06-05 14:14:55 +02:00
parent ae30020b22
commit 7610e8c398

View File

@ -220,7 +220,7 @@ func (ns *noiseServer) NoisePollNetMapHandler(
return
}
if ns.nodeKey != mapRequest.NodeKey {
if node.NodeKey != mapRequest.NodeKey {
httpError(writer, NewHTTPError(http.StatusNotFound, "node does not belong to machine key", nil))
return
}