mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Merge "cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers"
This commit is contained in:
@@ -408,6 +408,7 @@ static int odbc_log(struct ast_cdr *cdr)
|
|||||||
AST_LIST_TRAVERSE(&odbc_tables, tableptr, list) {
|
AST_LIST_TRAVERSE(&odbc_tables, tableptr, list) {
|
||||||
separator = "";
|
separator = "";
|
||||||
|
|
||||||
|
quoted = 0;
|
||||||
if (tableptr->quoted_identifiers != '\0'){
|
if (tableptr->quoted_identifiers != '\0'){
|
||||||
quoted = 1;
|
quoted = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user