summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-03-29 19:59:30 +0000
committerJonathan Rose <jrose@digium.com>2012-03-29 19:59:30 +0000
commitd501c2ea2d56ece966b6615799dd7b66198176dd (patch)
tree33ad80dfb8a5751b7d76e748621055083315251d /main/pbx.c
parentbf994f0e04696ba11ce0ec81df7880d61ef9c779 (diff)
undoing 360785 due to merging mistake
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/pbx.c b/main/pbx.c
index cdeccaf9d..17d941fa2 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -5486,11 +5486,6 @@ static void *pbx_thread(void *data)
*/
struct ast_channel *c = data;
- /* Associate new PBX thread with a call-id */
- struct ast_callid *callid = ast_create_callid();
- ast_callid_threadassoc_add(callid);
- callid = ast_callid_unref(callid);
-
__ast_pbx_run(c, NULL);
decrease_call_count();