Merge "cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers" into 14

changes/17/3517/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit cf48c672af

@ -408,6 +408,7 @@ static int odbc_log(struct ast_cdr *cdr)
AST_LIST_TRAVERSE(&odbc_tables, tableptr, list) {
separator = "";
quoted = 0;
if (tableptr->quoted_identifiers != '\0'){
quoted = 1;
}

Loading…
Cancel
Save