aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdr/cdr_manager.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index 49f826d9e..bee4f5002 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -46,6 +46,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *name = "cdr_manager";
static int enablecdr = 0;
+
+/*!
+ * XXX
+ * \bug The handling of this variable is not thread-safe. Crashes are possible on reload.
+ */
static struct ast_str *customfields;
static int manager_log(struct ast_cdr *cdr);