]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-467 aka hmmhesegs
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 19 Oct 2009 22:36:44 +0000 (22:36 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 19 Oct 2009 22:36:44 +0000 (22:36 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15178 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_session.c

index eff4c537bb1daef3398d46da21526126c20e6749..d002cdc511c0a5a31af60f577aeba2a3ef4a8667 100644 (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);