This commit is contained in:
Ignotus Peverell 2017-10-22 08:44:30 +00:00
parent 556dd012af
commit fc6349f26c
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -132,6 +132,7 @@ impl Server {
Seeding::WebStatic => { Seeding::WebStatic => {
seed.connect_and_monitor(evt_handle.clone(), seed::web_seeds(evt_handle.clone())); seed.connect_and_monitor(evt_handle.clone(), seed::web_seeds(evt_handle.clone()));
} }
_ => {},
} }
if config.seeding_type != Seeding::None { if config.seeding_type != Seeding::None {