Client spamming server hotfix

svn path=/trunk/boinc/; revision=3779
This commit is contained in:
Rom Walton 2004-07-03 23:41:59 +00:00
parent c68ca558e7
commit a06b9c4fdc
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@ int mod_n, mod_i;
bool do_mod = false;
void handle_wu(
SCOPE_MSG_LOG& log_messages,
DB_TRANSITIONER_ITEM_SET& transitioner,
std::vector<TRANSITIONER_ITEM>& items
) {
@ -355,7 +354,7 @@ void handle_wu(
}
bool do_pass() {
SCOPE_MSG_LOG scope_messages(log_messages, SCHED_MSG_LOG::NORMAL);
int retval;
DB_TRANSITIONER_ITEM_SET transitioner;
std::vector<TRANSITIONER_ITEM> items;
bool did_something = false;