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 45a2a682..cdaa73ed 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -1989,7 +1989,7 @@ main = do
1989 now <- getPOSIXTime 1989 now <- getPOSIXTime
1990 forM_ (either (const Nothing) Just $ Tox.nodeInfo nid saddr) 1990 forM_ (either (const Nothing) Just $ Tox.nodeInfo nid saddr)
1991 $ \ni -> do 1991 $ \ni -> do
1992 atomically $ do setEstablished now them acnt 1992 atomically $ do setEstablished them acnt
1993 setContactAddr now them ni acnt 1993 setContactAddr now them ni acnt
1994 atomically $ do 1994 atomically $ do
1995 supply <- readTVar (Tox.listenerIDSupply netCryptoSessionsState) 1995 supply <- readTVar (Tox.listenerIDSupply netCryptoSessionsState)