From 4bdfe86df27c1625d4539a58c2a0a048ff7af25d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 14 Dec 2006 18:56:00 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11682 --- clientgui/MainDocument.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clientgui/MainDocument.cpp b/clientgui/MainDocument.cpp index 68b56d2cf6..1ceb379c6e 100644 --- a/clientgui/MainDocument.cpp +++ b/clientgui/MainDocument.cpp @@ -461,7 +461,9 @@ int CMainDocument::GetCoreClientStatus(CC_STATUS& ccs) { status = ccs; if (ccs.manager_must_quit) { - // should notify user here + // TODO: + // if client is remote, don't do anything + // otherwise notify user and exit exit(0); } }