minor bug fix

svn path=/trunk/boinc/; revision=638
This commit is contained in:
Eric Heien 2002-11-19 21:51:17 +00:00
parent b794f331fc
commit 1cdfefcb36
1 changed files with 1 additions and 0 deletions

View File

@ -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() {