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
|
// The machine has expired
|
||||||
h.handleMachineExpired(ctx, machineKey, *machine)
|
h.handleMachineExpired(ctx, machineKey, req, *machine)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue