- scheduler: initialize global

svn path=/trunk/boinc/; revision=17008
This commit is contained in:
David Anderson 2009-01-24 03:57:50 +00:00
parent 2e90dfe915
commit 8a801a2df7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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;