diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index 11bc52de..c3bce63a 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -188,7 +188,7 @@ withTracker initProgress conn action = bracket start end (action . fst) | |||
188 | resp <- tryJust isIOException $ do | 188 | resp <- tryJust isIOException $ do |
189 | askTracker (regularReq defaultNumWant conn pr) | 189 | askTracker (regularReq defaultNumWant conn pr) |
190 | case resp of | 190 | case resp of |
191 | Right (ok @ OK {..}) -> do | 191 | Right (OK {..}) -> do |
192 | writeIORef seInterval respInterval | 192 | writeIORef seInterval respInterval |
193 | writeList2Chan sePeers respPeers | 193 | writeList2Chan sePeers respPeers |
194 | _ -> return () | 194 | _ -> return () |