git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-11-21 20:41:43 +00:00
parent bfb27d0836
commit d4c9f37994

View File

@@ -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;
}