svn path=/trunk/boinc/; revision=15354

This commit is contained in:
David Anderson 2008-06-03 17:58:53 +00:00
parent 91992c16f0
commit 41dae10b35
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ int CBOINCClientManager::IsBOINCConfiguredAsDaemon() {
bool CBOINCClientManager::IsBOINCCoreRunning() {
wxLogTrace(wxT("Function Start/End"), wxT("CBOINCClientManager::IsBOINCCoreRunning - Function Begin"));
int retval;
int retval=0;
bool running = false;
HOST_INFO hostinfo;
RPC_CLIENT rpc;