[mod_dptools] remove duplicated code

This commit is contained in:
Seven Du 2020-12-17 22:54:25 +08:00
parent 040416b8db
commit 25edcd6ccd
1 changed files with 0 additions and 1 deletions

View File

@ -2744,7 +2744,6 @@ SWITCH_STANDARD_APP(att_xfer_function)
switch_threadattr_create(&thd_attr, pool);
switch_threadattr_detach_set(thd_attr, 1);
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
switch_threadattr_detach_set(thd_attr, 1);
att = switch_core_session_alloc(session, sizeof(*att));
att->running = -1;