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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@202301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-06-21 16:36:55 +00:00
parent eccfeaf9b4
commit 356c0e2f8c

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 {