summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-01 10:36:17 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-01 10:36:17 +0000
commit37fc71a7297c4ad3b4a6d6313b0468584fa232e2 (patch)
treed44f5de70975e1043dfcac943d3af0bc1cb758be /include
parentd287bd3f8fcb0f9f33f139bafb98d736553ac7df (diff)
downloadzabbix-37fc71a7297c4ad3b4a6d6313b0468584fa232e2.tar.gz
zabbix-37fc71a7297c4ad3b4a6d6313b0468584fa232e2.tar.xz
zabbix-37fc71a7297c4ad3b4a6d6313b0468584fa232e2.zip
- fixed collector for WinXX (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4497 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/service.h b/include/service.h
index 2d9e1cbd..a9075468 100644
--- a/include/service.h
+++ b/include/service.h
@@ -51,7 +51,7 @@ int application_status;
#define ZBX_IS_RUNNING (ZBX_APP_RUNNED == application_status)
/* ask for application closing status */
-#define ZBX_DO_EXIT() zbx_error("[%s] [%li]", __FILE__, __LINE__); application_status = ZBX_APP_STOPPED
+#define ZBX_DO_EXIT() application_status = ZBX_APP_STOPPED
#define START_MAIN_ZABBIX_ENTRY(a) service_start()