diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c index 49f826d9eaf339df9701278730532af826d9674f..bee4f5002666fb0d9ab51c90c8b416543ce2deae 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);