Skip to content
Snippets Groups Projects
Commit ba10edfc authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 80f0a242
Branches
Tags
No related merge requests found
......@@ -139,7 +139,7 @@ struct logmsg {
static AST_LIST_HEAD_STATIC(logmsgs, logmsg);
static pthread_t logthread = AST_PTHREADT_NULL;
static ast_cond_t logcond;
static int close_logger_thread;
static int close_logger_thread = 0;
static FILE *qlog;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment