mirror of https://github.com/BOINC/boinc.git
- client: fix bug where network suspend got ignored when
OS suspends (e.g. sleep or hibernate) svn path=/trunk/boinc/; revision=24390
This commit is contained in:
parent
bfea72054e
commit
7c471bf1b3
|
@ -7175,3 +7175,10 @@ Rom 13 Oct 2011
|
|||
|
||||
clientscr/
|
||||
screensaver_win.cpp
|
||||
|
||||
David 13 Oct 2011
|
||||
- client: fix bug where network suspend got ignored when
|
||||
OS suspends (e.g. sleep or hibernate)
|
||||
|
||||
client/
|
||||
cs_prefs.cpp
|
||||
|
|
|
@ -231,6 +231,7 @@ void CLIENT_STATE::check_suspend_network() {
|
|||
|
||||
if (os_requested_suspend) {
|
||||
network_suspend_reason = SUSPEND_REASON_OS;
|
||||
network_suspended = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue