summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Query.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-16 23:37:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-16 23:37:45 +0400
commit3d2408eb3f680117d841e5f90e120ff018009f03 (patch)
treef947ffa48de140fd25e399ce0dae608c7953c84f /src/Network/BitTorrent/DHT/Query.hs
parent1b01790a3a2913becf84cb11eb5909d1969e9853 (diff)
Remove askOption
Diffstat (limited to 'src/Network/BitTorrent/DHT/Query.hs')
-rw-r--r--src/Network/BitTorrent/DHT/Query.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Query.hs b/src/Network/BitTorrent/DHT/Query.hs
index abe1ef5f..627bc096 100644
--- a/src/Network/BitTorrent/DHT/Query.hs
+++ b/src/Network/BitTorrent/DHT/Query.hs
@@ -137,5 +137,5 @@ publish ih p = do
137 137
138republish :: DHT ip ThreadId 138republish :: DHT ip ThreadId
139republish = fork $ do 139republish = fork $ do
140 i <- askOption optReannounce 140 i <- asks (optReannounce . options)
141 error "DHT.republish: not implemented" 141 error "DHT.republish: not implemented"