Skip to content

Commit

Permalink
Add missing return in shutdown
Browse files Browse the repository at this point in the history
Co-Authored-By: Jason <[email protected]>
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby and armooo committed Sep 19, 2023
1 parent 4b65cf4 commit 53a9e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hscontrol/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,8 @@ func (h *Headscale) Serve() error {

// And we're done:
cancel()

return
}
}
}
Expand Down

0 comments on commit 53a9e28

Please sign in to comment.