mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Initialize a variable that we check immediately upon startup.
(closes issue #15973) Reported by: atis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -139,7 +139,7 @@ struct logmsg {
|
|||||||
static AST_LIST_HEAD_STATIC(logmsgs, logmsg);
|
static AST_LIST_HEAD_STATIC(logmsgs, logmsg);
|
||||||
static pthread_t logthread = AST_PTHREADT_NULL;
|
static pthread_t logthread = AST_PTHREADT_NULL;
|
||||||
static ast_cond_t logcond;
|
static ast_cond_t logcond;
|
||||||
static int close_logger_thread;
|
static int close_logger_thread = 0;
|
||||||
|
|
||||||
static FILE *qlog;
|
static FILE *qlog;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user