mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -266,8 +266,8 @@ static int pgsql_log(struct ast_cdr *cdr)
|
|||||||
}
|
}
|
||||||
AST_RWLIST_UNLOCK(&psql_columns);
|
AST_RWLIST_UNLOCK(&psql_columns);
|
||||||
LENGTHEN_BUF1(sql2->len);
|
LENGTHEN_BUF1(sql2->len);
|
||||||
sql->str[sql->len - 1] = ')';
|
sql->str[sql->used - 1] = ')';
|
||||||
sql2->str[sql2->len - 1] = ')';
|
sql2->str[sql2->used - 1] = ')';
|
||||||
ast_str_append(&sql, 0, "%s", sql2->str);
|
ast_str_append(&sql, 0, "%s", sql2->str);
|
||||||
ast_verb(11, "[%s]\n", sql->str);
|
ast_verb(11, "[%s]\n", sql->str);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user