From 7a5f238a9ff06b36971e5cdc256778e93d7cad3a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 2 Apr 2009 10:37:48 +0000 Subject: [PATCH] SS: Under Mac Sandbox security, terminate default screensaver graphics app via gfx_switcher svn path=/trunk/boinc/; revision=17723 --- clientscr/screensaver.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientscr/screensaver.cpp b/clientscr/screensaver.cpp index f79c55a6fa..de6aac9591 100644 --- a/clientscr/screensaver.cpp +++ b/clientscr/screensaver.cpp @@ -295,8 +295,6 @@ int CScreensaver::terminate_screensaver(int& graphics_application, RESULT *worke break; } } -#else - graphics_application = 0; #endif // For safety, call kill_program even under Apple sandbox security kill_program(graphics_application);