mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 16:07:34 +00:00
Return error on marshaling issues
This commit is contained in:
parent
c1c36036ae
commit
f2fda4f906
@ -75,6 +75,8 @@ func (h *Headscale) marshalResponse(
|
|||||||
Caller().
|
Caller().
|
||||||
Err(err).
|
Err(err).
|
||||||
Msg("Cannot marshal response")
|
Msg("Cannot marshal response")
|
||||||
|
|
||||||
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
if machineKey.IsZero() { // if Noise
|
if machineKey.IsZero() { // if Noise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user