From 56e3be2de31fb7c0d41c04e162677b7b16c73df0 Mon Sep 17 00:00:00 2001 From: sje Date: Sat, 21 Jul 2007 03:56:06 +0000 Subject: remove extraineous 'restore status' call in modules loaded (thx borkra) remove check for network (not reliable on some systems) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@300 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/services.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'updater/services.cpp') diff --git a/updater/services.cpp b/updater/services.cpp index ac604a0..948d4d7 100644 --- a/updater/services.cpp +++ b/updater/services.cpp @@ -159,11 +159,14 @@ bool WriteLastCheckTime() { unsigned int CALLBACK CheckForUpdatesWorker(void *param) { if(checking) return 1; + /* + // this check doesn't work on some systems - not sure which or why if(!(GetSystemMetrics(SM_NETWORK) & 1)) { ShowError(TranslateT("No network - aborting update check")); NLog("worker thread aborting - no network"); return 1; // no network } + */ NLog("CheckForUpdatesWorker thread starting"); -- cgit v1.2.3