diff options
Diffstat (limited to 'dht/examples/dhtd.hs')
-rw-r--r-- | dht/examples/dhtd.hs | 1 |
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 |