Fix compier warning.

svn path=/trunk/boinc/; revision=17438
This commit is contained in:
Charlie Fenton 2009-03-03 04:24:50 +00:00
parent 4af2c41657
commit abcb5fe06c
1 changed files with 1 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ bool HOST_INFO::users_idle(
static bool error_posted = false;
double idleTime = 0;
io_service_t service;
kern_return_t kernResult;
kern_return_t kernResult = kIOReturnError;
UInt64 params;
IOByteCount rcnt = sizeof(UInt64);