git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent bfb27d0836
commit d4c9f37994

@ -253,7 +253,7 @@ int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, vo
res = tmp->id;
}
}
ast_mutex_lock(&con->lock);
ast_mutex_unlock(&con->lock);
return res;
}

Loading…
Cancel
Save