FSCORE-467 aka hmmhesegs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15178 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-10-19 22:36:44 +00:00
parent 3dfe67800f
commit c3dec9b153
1 changed files with 0 additions and 1 deletions

View File

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