mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
a small change to make things compile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@130296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user