mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2772
This commit is contained in:
parent
a71608a624
commit
7ca0094112
|
@ -8311,3 +8311,9 @@ Gary 09 Dec 2003
|
||||||
html_user/
|
html_user/
|
||||||
prefs.inc
|
prefs.inc
|
||||||
|
|
||||||
|
|
||||||
|
Karl 2003-12-09
|
||||||
|
- don't run the scheduler cgi if stop_server trigger exists.
|
||||||
|
|
||||||
|
sched/
|
||||||
|
main.C
|
||||||
|
|
|
@ -83,6 +83,8 @@ int main() {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_stop_trigger();
|
||||||
|
|
||||||
sprintf(path, "%s/code_sign_public", config.key_dir);
|
sprintf(path, "%s/code_sign_public", config.key_dir);
|
||||||
retval = read_file_malloc(path, code_sign_key);
|
retval = read_file_malloc(path, code_sign_key);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
|
|
Loading…
Reference in New Issue