mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 09:21:29 +00:00
[mod_dptools] remove duplicated code
This commit is contained in:
parent
040416b8db
commit
25edcd6ccd
@ -2744,7 +2744,6 @@ SWITCH_STANDARD_APP(att_xfer_function)
|
|||||||
switch_threadattr_create(&thd_attr, pool);
|
switch_threadattr_create(&thd_attr, pool);
|
||||||
switch_threadattr_detach_set(thd_attr, 1);
|
switch_threadattr_detach_set(thd_attr, 1);
|
||||||
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
|
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 = switch_core_session_alloc(session, sizeof(*att));
|
||||||
att->running = -1;
|
att->running = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user