good morning!!!!

Skip to content
Snippets Groups Projects
Commit eac2df02 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

downloader: fixed a typo

parent 20537801
Branches
Tags
No related merge requests found
...@@ -311,7 +311,7 @@ out: ...@@ -311,7 +311,7 @@ out:
// 2) Measure their speed; // 2) Measure their speed;
// 3) Amount and availability. // 3) Amount and availability.
d.queue.deliver(pid, nil) d.queue.deliver(pid, nil)
if peer := p.peers[pid]; peer != nil { if peer := d.peers[pid]; peer != nil {
peer.demote() peer.demote()
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment