mirror of https://github.com/BOINC/boinc.git
parent
e2f1cf0712
commit
a0c37387ab
|
@ -666,7 +666,7 @@ void send_code_sign_key(
|
|||
}
|
||||
|
||||
bool wrong_major_version(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply) {
|
||||
char buf[256];
|
||||
// char buf[256];
|
||||
if (sreq.core_client_major_version != MAJOR_VERSION) {
|
||||
reply.nucleus_only = true;
|
||||
sprintf(reply.message,
|
||||
|
|
Loading…
Reference in New Issue