context.TODO
This commit is contained in:
parent
406eeb6c5e
commit
bcbfb9fd09
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ func HandleSignals(cConfig *csconfig.Config) error {
|
|||
|
||||
csdaemon.Notify(csdaemon.Ready, logger)
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
ctx, cancel := context.WithCancel(context.TODO())
|
||||
defer cancel()
|
||||
|
||||
go watchdog(ctx, logger)
|
||||
|
|
Loading…
Reference in a new issue