summaryrefslogtreecommitdiff
path: root/dht/examples
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-12-05 10:15:42 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 23:22:52 -0500
commit49d0ad9f2adef768d972c12117b0e51c3ebe1b5e (patch)
treee783ae359759329e8ce970ee93f6ef9b8d4586fc /dht/examples
parentd6dc5ae72b8fd18c8d2e4f72c59dc6f93d635bc7 (diff)
Simplification and documentation of Announcer.
Diffstat (limited to 'dht/examples')
-rw-r--r--dht/examples/dhtd.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/dht/examples/dhtd.hs b/dht/examples/dhtd.hs
index e24bb5df..42fcc67b 100644
--- a/dht/examples/dhtd.hs
+++ b/dht/examples/dhtd.hs
@@ -872,7 +872,6 @@ clientSession s@Session{..} sock cnum h = do
872 let kstr = unpackAnnounceKey announcer k 872 let kstr = unpackAnnounceKey announcer k
873 return [ if ptm==0 then "now" 873 return [ if ptm==0 then "now"
874 else show (ptm - now) 874 else show (ptm - now)
875 , show (itemStatusNum item)
876 , kstr 875 , kstr
877 ] 876 ]
878 hPutClient h $ showColumns rs 877 hPutClient h $ showColumns rs