dect
/
asterisk
Archived
13
0
Fork 0

Note a bug in cdr_sqlite3_custom so I don't forget about it.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@202301 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2009-06-21 16:36:55 +00:00
parent 8e7f647630
commit 11b12267fe
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ static const char name[] = "cdr_sqlite3_custom";
static sqlite3 *db = NULL;
static char table[80];
/*! XXX \bug Handling of this variable has crash potential on reload */
static char *columns;
struct values {