mirror of https://github.com/BOINC/boinc.git
validator:
fix one_pass: leave main loop even if we did_something
This commit is contained in:
parent
2f6d140c56
commit
d67776a93c
|
@ -740,6 +740,7 @@ int main_loop() {
|
|||
daemon_sleep(sleep_interval);
|
||||
#endif
|
||||
}
|
||||
if (one_pass) break;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue