aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-11 21:50:21 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-11 21:50:21 +0000
commit2948da9e2de16187fb0da865dab5c284748817ac (patch)
tree9de807ee60e7970e7940c470b99e2e8672775c1f /res
parent8eaf423f9eec83ca88f818b3512600a016b19826 (diff)
a small change to make things compile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@130296 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 f7a5f3e85..499868f3d 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -740,7 +740,7 @@ struct odbc_obj *ast_odbc_request_obj(const char *name, int check)
} else if (obj && obj->parent->idlecheck > 0 && ast_tvdiff_sec(ast_tvnow(), obj->last_used) > obj->parent->idlecheck)
odbc_obj_connect(obj);
-#if DEBUG_THREADS
+#ifdef DEBUG_THREADS
if (obj) {
ast_copy_string(obj->file, file, sizeof(obj->file));
ast_copy_string(obj->function, function, sizeof(obj->function));