diff options
author | joe <joe@jerkface.net> | 2017-09-15 05:22:35 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-15 05:22:35 -0400 |
commit | bdecc98839673136ab1d0695ab6497197f80f38e (patch) | |
tree | 9867d20b324be84f0712f720ca2724615d63d8e7 /src/Network/BitTorrent/MainlineDHT.hs | |
parent | 358654f6afeeef89a9fbec8c7aa3c21c84ed3e53 (diff) |
Fixed haddock parse errors.
Diffstat (limited to 'src/Network/BitTorrent/MainlineDHT.hs')
-rw-r--r-- | src/Network/BitTorrent/MainlineDHT.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/MainlineDHT.hs b/src/Network/BitTorrent/MainlineDHT.hs index 9d48c67b..6f03ef60 100644 --- a/src/Network/BitTorrent/MainlineDHT.hs +++ b/src/Network/BitTorrent/MainlineDHT.hs | |||
@@ -557,7 +557,6 @@ newClient swarms addr = do | |||
557 | map_var <- atomically $ newTVar (0, mempty) | 557 | map_var <- atomically $ newTVar (0, mempty) |
558 | let net = onInbound (updateRouting outgoingClient routing) | 558 | let net = onInbound (updateRouting outgoingClient routing) |
559 | $ layerTransport parsePacket encodePacket | 559 | $ layerTransport parsePacket encodePacket |
560 | -- $ addVerbosity | ||
561 | $ udp | 560 | $ udp |
562 | 561 | ||
563 | -- Paranoid: It's safe to define /net/ and /client/ to be mutually | 562 | -- Paranoid: It's safe to define /net/ and /client/ to be mutually |