diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Protocol.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Protocol.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/Protocol.hs b/src/Network/BitTorrent/Tracker/Protocol.hs index c468656f..4e1262ed 100644 --- a/src/Network/BitTorrent/Tracker/Protocol.hs +++ b/src/Network/BitTorrent/Tracker/Protocol.hs | |||
@@ -261,7 +261,7 @@ instance Serialize AnnounceQuery where | |||
261 | 261 | ||
262 | ev <- getEvent | 262 | ev <- getEvent |
263 | ip <- getWord32be | 263 | ip <- getWord32be |
264 | key <- getWord32be -- TODO | 264 | -- key <- getWord32be -- TODO |
265 | want <- getWord32be | 265 | want <- getWord32be |
266 | 266 | ||
267 | port <- get | 267 | port <- get |