Merge "cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers"

This commit is contained in:
Joshua Colp
2016-08-11 18:24:10 -05:00
committed by Gerrit Code Review

View File

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