mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-31 23:01:23 +09:00
Add missing request arguemnt
This commit is contained in:
parent
dcbf289470
commit
cec1e86b58
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -152,7 +152,7 @@ func (h *Headscale) RegistrationHandler(ctx *gin.Context) {
|
|||
}
|
||||
|
||||
// The machine has expired
|
||||
h.handleMachineExpired(ctx, machineKey, *machine)
|
||||
h.handleMachineExpired(ctx, machineKey, req, *machine)
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue