From abcb5fe06c95e628f83bfee76d385928e94575fd Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 3 Mar 2009 04:24:50 +0000 Subject: [PATCH] Fix compier warning. svn path=/trunk/boinc/; revision=17438 --- client/hostinfo_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/hostinfo_unix.cpp b/client/hostinfo_unix.cpp index 8cb0f9d039..6165a83443 100644 --- a/client/hostinfo_unix.cpp +++ b/client/hostinfo_unix.cpp @@ -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);