Skip to content
Snippets Groups Projects
Commit f690c105 authored by Rodrigo Ramírez Norambuena's avatar Rodrigo Ramírez Norambuena
Browse files

res_odbc_transaction: fix some format tab

Change-Id: I265e4ac47c629c9a63dd86b59df82a7ab3c64384
parent 62282bb8
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ static struct odbc_txn_frame *find_transaction(struct ast_channel *chan, const c ...@@ -222,7 +222,7 @@ static struct odbc_txn_frame *find_transaction(struct ast_channel *chan, const c
/* No datastore? Definitely no transaction then */ /* No datastore? Definitely no transaction then */
return NULL; return NULL;
} }
oldlist = txn_store->data; oldlist = txn_store->data;
AST_LIST_LOCK(oldlist); AST_LIST_LOCK(oldlist);
...@@ -522,8 +522,8 @@ static int load_module(void) ...@@ -522,8 +522,8 @@ static int load_module(void)
} }
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "ODBC transaction resource", AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "ODBC transaction resource",
.support_level = AST_MODULE_SUPPORT_CORE, .support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module, .load = load_module,
.unload = unload_module, .unload = unload_module,
.load_pri = AST_MODPRI_REALTIME_DEPEND, .load_pri = AST_MODPRI_REALTIME_DEPEND,
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment