From: Anthony Minessale Date: Mon, 19 Oct 2009 22:36:44 +0000 (+0000) Subject: FSCORE-467 aka hmmhesegs X-Git-Tag: v1.0.6~1648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3dec9b15378d72889a1037a2f8c42e29cc3d6f5;p=thirdparty%2Ffreeswitch.git FSCORE-467 aka hmmhesegs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15178 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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);