From 1cdfefcb36e671c73a1b5cc4edabd03182fd9005 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 19 Nov 2002 21:51:17 +0000 Subject: [PATCH] minor bug fix svn path=/trunk/boinc/; revision=638 --- client/client_state.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_state.C b/client/client_state.C index 4c9e4dbfb1..2d93cfff65 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -55,6 +55,7 @@ CLIENT_STATE::CLIENT_STATE() { app_started = 0; max_transfer_rate = 9999999; max_bytes = 0; + user_idle = true; } int CLIENT_STATE::init() {