From c3dec9b15378d72889a1037a2f8c42e29cc3d6f5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 19 Oct 2009 22:36:44 +0000 Subject: [PATCH] FSCORE-467 aka hmmhesegs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15178 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core_session.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_core_session.c b/src/switch_core_session.c index eff4c537bb..d002cdc511 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -1253,7 +1253,6 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request_uuid(switch_ session = switch_core_alloc(usepool, sizeof(*session)); session->pool = usepool; - session->thread_id = switch_thread_self(); switch_core_memory_pool_set_data(session->pool, "__session", session);