We need to initialize our scheduler pthread condition... yes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 19 years ago
parent e6451274d2
commit c6b9449955

@ -10009,6 +10009,8 @@ static int load_module(void)
for (x=0;x<IAX_MAX_CALLS;x++)
ast_mutex_init(&iaxsl[x]);
ast_cond_init(&sched_cond, NULL);
io = io_context_create();
sched = sched_context_create();

Loading…
Cancel
Save