mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
fix: remove redundant tr_lpd::create()
call (#5900)
This commit is contained in:
parent
c6b1d8851f
commit
51995ab63f
1 changed files with 0 additions and 5 deletions
|
@ -618,11 +618,6 @@ void tr_session::initImpl(init_data& data)
|
|||
|
||||
setSettings(settings, true);
|
||||
|
||||
if (this->allowsLPD())
|
||||
{
|
||||
this->lpd_ = tr_lpd::create(lpd_mediator_, event_base());
|
||||
}
|
||||
|
||||
tr_utpInit(this);
|
||||
|
||||
/* cleanup */
|
||||
|
|
Loading…
Reference in a new issue