summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-03-18 02:39:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-03-18 02:39:36 +0000
commita5c2ac4fc22ab4be5e4d3248bdfb5872321aff6a (patch)
treee040c8ea2d1578ed3da52356691e16bedaa38a1e /res/res_odbc.c
parent0bdd99ad6431d6f3cac028e998860b670628d1be (diff)
a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index ec883abf4..85de1fa87 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -133,7 +133,7 @@ struct odbc_class
struct ao2_container *obj_container;
};
-struct ao2_container *class_container;
+static struct ao2_container *class_container;
static AST_RWLIST_HEAD_STATIC(odbc_tables, odbc_cache_tables);