From 11b12267fef20e7d1078e04bc9338bf0a4b738e7 Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 21 Jun 2009 16:36:55 +0000 Subject: 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 --- cdr/cdr_sqlite3_custom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cdr') diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c index 764553e57..84537cfac 100644 --- a/cdr/cdr_sqlite3_custom.c +++ b/cdr/cdr_sqlite3_custom.c @@ -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 { -- cgit v1.2.3