mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
This commit is contained in:
parent
e7e177a6fa
commit
1894123d3c
@ -407,14 +407,14 @@ func (a *App) Stop(stopReason ExitStatus) ExitStatus {
|
||||
case <-a.stopped:
|
||||
case <-a.stop:
|
||||
default:
|
||||
close(a.stop)
|
||||
}
|
||||
<-a.stopped
|
||||
// ExitSuccess is the default value for a.exitStatus. If another status
|
||||
// was already set, ignore the stop reason given as argument to Stop.
|
||||
if a.exitStatus == ExitSuccess {
|
||||
a.exitStatus = stopReason
|
||||
}
|
||||
close(a.stop)
|
||||
<-a.stopped
|
||||
}
|
||||
return a.exitStatus
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user