mirror of https://github.com/BOINC/boinc.git
- API: don't crash if send trickle msg running standalone.
From Christian Ries. svn path=/trunk/boinc/; revision=24357
This commit is contained in:
parent
88128c901d
commit
1f2accb000
|
@ -563,6 +563,7 @@ int boinc_get_status(BOINC_STATUS *s) {
|
|||
static void send_trickle_up_msg() {
|
||||
char buf[MSG_CHANNEL_SIZE];
|
||||
BOINCINFO("Sending Trickle Up Message");
|
||||
if (standalone) return;
|
||||
strcpy(buf, "");
|
||||
if (have_new_trickle_up) {
|
||||
strcat(buf, "<have_new_trickle_up/>\n");
|
||||
|
|
|
@ -7007,3 +7007,10 @@ Charlie 8 Oct 2011
|
|||
|
||||
client/
|
||||
coproc_detect.cpp
|
||||
|
||||
David 8 Oct 2011
|
||||
- API: don't crash if send trickle msg running standalone.
|
||||
From Christian Ries.
|
||||
|
||||
api/
|
||||
boinc_api.cpp
|
||||
|
|
Loading…
Reference in New Issue