summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
diff options
context:
space:
mode:
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);