Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 19, 2024
1 parent 6e0301b commit 212e4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/daemon/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ func main() {
glog.Warning("failed to initialize Leap manager, ", err)
} else {
go lm.Run()
defer close(lm.Close)
}

defer close(lm.Close)

go daemon.New(
nodeName,
daemon.PtpNamespace,
Expand Down

0 comments on commit 212e4fb

Please sign in to comment.