Merge "cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers"

changes/18/3518/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit f12a0350a0

@ -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;
} }

Loading…
Cancel
Save