summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dhtd.hs')
-rw-r--r--examples/dhtd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dhtd.hs b/examples/dhtd.hs
index 2bb4ca88..e4b10b8d 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -1750,7 +1750,7 @@ main = do
1750 addrTox 1750 addrTox
1751 (Just _netCryptoSessionsState) 1751 (Just _netCryptoSessionsState)
1752 (dhtkey opts) 1752 (dhtkey opts)
1753 (quitTox, toxStrap4, toxStrap6) <- Tox.forkTox tox 1753 (quitTox, toxStrap4, toxStrap6) <- Tox.forkTox tox True
1754 1754
1755 toxSearches <- atomically $ newTVar Map.empty 1755 toxSearches <- atomically $ newTVar Map.empty
1756 1756