summaryrefslogtreecommitdiff
path: root/res/res_snmp.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-06-15 17:34:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-06-15 17:34:30 +0000
commit82fb56886e20e6ed5e97058e68fb32c88029f060 (patch)
treefe279b2c51ac4293291cc172302c80d3d642c06f /res/res_snmp.c
parent43792496747f84ee565c35ef6e0262192e0663cb (diff)
More 'static' qualifiers on module global variables.
The 'pglobal' tool is quite handy indeed :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_snmp.c')
-rw-r--r--res/res_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_snmp.c b/res/res_snmp.c
index 635330e92..4bf81a2f0 100644
--- a/res/res_snmp.c
+++ b/res/res_snmp.c
@@ -34,7 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
int res_snmp_agentx_subagent;
int res_snmp_dont_stop;
-int res_snmp_enabled;
+static int res_snmp_enabled;
static pthread_t thread = AST_PTHREADT_NULL;