From 450c1737c37c7dab4d53635a9c1f959f7c099df4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 4 Oct 2006 17:02:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11245 --- checkin_notes | 7 +++++++ client/app.C | 1 + 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index ae1884919d..210389cbfe 100755 --- a/checkin_notes +++ b/checkin_notes @@ -10798,3 +10798,10 @@ David 4 Oct 2006 sched/ sched_send.C server_types.C,h + +David 4 Oct 2006 + - core client: initialize ACTIVE_TASK::too_large + (eliminate spurious "waiting for memory" message) + + client/ + app.C diff --git a/client/app.C b/client/app.C index 68cb009c8e..0bafd08f9c 100644 --- a/client/app.C +++ b/client/app.C @@ -98,6 +98,7 @@ ACTIVE_TASK::ACTIVE_TASK() { have_trickle_down = false; send_upload_file_status = false; pending_suspend_via_quit = false; + too_large = false; want_network = 0; memset(&procinfo, 0, sizeof(procinfo)); #ifdef _WIN32