mirror of https://github.com/BOINC/boinc.git
- scheduler: initialize global
svn path=/trunk/boinc/; revision=17008
This commit is contained in:
parent
2e90dfe915
commit
8a801a2df7
|
@ -709,3 +709,9 @@ Charlie Jan 23 2009
|
|||
clientgui/
|
||||
BOINCBaseView.cpp
|
||||
BOINCListCtrl.cpp,.h
|
||||
|
||||
David 23 Jan 2009
|
||||
- scheduler: initialize global
|
||||
|
||||
sched/
|
||||
handle_request.cpp
|
||||
|
|
|
@ -1460,6 +1460,7 @@ void handle_request(FILE* fin, FILE* fout, char* code_sign_key) {
|
|||
g_request = &sreq;
|
||||
g_reply = &sreply;
|
||||
g_wreq = &sreply.wreq;
|
||||
coproc_cuda = 0;
|
||||
|
||||
memset(&sreq, 0, sizeof(sreq));
|
||||
sreply.nucleus_only = true;
|
||||
|
|
Loading…
Reference in New Issue