Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2012-03-07 16:15:12 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2012-03-07 16:15:12 +0400
commitd6f32eed1a3e5069606aa8671cb505084bc23b68 (patch)
treea2eda5c05af99bb66b28651d921f718e1dfccbe6 /include/cfg.h
parent613f3deaa3eba1e8601dbbec59f5682f04ed5d87 (diff)
..F....... [ZBX-954] fixed type of a CONFIG_ALLOW_ROOT variable
[merge branches/1.8 -c25867]
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index e788bf0eaf4..5b1d9b37c97 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -37,7 +37,7 @@
extern int CONFIG_ZABBIX_FORKS; /* contains the number of listeners for processing passive checks */
extern char *CONFIG_FILE;
extern char *CONFIG_LOG_FILE;
-extern char CONFIG_ALLOW_ROOT;
+extern int CONFIG_ALLOW_ROOT;
extern int CONFIG_TIMEOUT;
struct cfg_line