context.TODO

This commit is contained in:
marco 2024-04-23 09:41:41 +02:00
parent 406eeb6c5e
commit bcbfb9fd09

View file

@ -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)