1
0
Fork 0
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:
Yat Ho 2023-09-26 11:46:41 +08:00 committed by GitHub
parent c6b1d8851f
commit 51995ab63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */