mirror of
https://github.com/juanfont/headscale.git
synced 2025-03-13 07:00:06 -04:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
3fbdcad4c7
2
poll.go
2
poll.go
@ -74,6 +74,8 @@ func (h *Headscale) PollNetMapHandler(ctx *gin.Context) {
|
||||
Str("handler", "PollNetMap").
|
||||
Msgf("Failed to fetch machine from the database with Machine key: %s", machineKey.String())
|
||||
ctx.String(http.StatusInternalServerError, "")
|
||||
|
||||
return
|
||||
}
|
||||
log.Trace().
|
||||
Str("handler", "PollNetMap").
|
||||
|
Loading…
x
Reference in New Issue
Block a user