mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Merge "res_odbc_transaction: fix some format tab"
This commit is contained in:
@@ -222,7 +222,7 @@ static struct odbc_txn_frame *find_transaction(struct ast_channel *chan, const c
|
||||
/* No datastore? Definitely no transaction then */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
oldlist = txn_store->data;
|
||||
AST_LIST_LOCK(oldlist);
|
||||
|
||||
@@ -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",
|
||||
.support_level = AST_MODULE_SUPPORT_CORE,
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.load_pri = AST_MODPRI_REALTIME_DEPEND,
|
||||
);
|
||||
.support_level = AST_MODULE_SUPPORT_CORE,
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.load_pri = AST_MODPRI_REALTIME_DEPEND,
|
||||
);
|
||||
|
Reference in New Issue
Block a user