Merge pull request #1001 from seven1240/remove-duplicated-code

[mod_dptools] remove duplicated code
This commit is contained in:
Andrey Volk 2020-12-17 21:23:45 +04:00 committed by GitHub
commit 15e7733089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;