1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 17:22:21 +08:00

Rename ContextIsReadyToBeClosed to InitDone

This commit is contained in:
Konstantin Koroviev
2015-03-12 11:42:07 +02:00
parent afd497e194
commit d23bed5baa
3 changed files with 7 additions and 7 deletions

View File

@ -269,7 +269,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
}
// our global interrupt handler can now try to stop the daemon
close(req.Context().ContextIsReadyToBeClosed)
close(req.Context().InitDone)
if rootRedirect != nil {
opts = append(opts, rootRedirect)