summaryrefslogtreecommitdiff
path: root/dht/ToxManager.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-14 03:36:33 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-14 03:37:41 -0500
commit3197cc3d13f00c6f3cf1600b601007d737aea086 (patch)
treed27e5e695b12754eb1793bc8912334a7adb30ba8 /dht/ToxManager.hs
parentf876f153013604d8af647541be58c59862a85ca7 (diff)
Enable toxid search from TCP-only command-line.
Diffstat (limited to 'dht/ToxManager.hs')
-rw-r--r--dht/ToxManager.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/ToxManager.hs b/dht/ToxManager.hs
index dd8f5940..733a0cdc 100644
--- a/dht/ToxManager.hs
+++ b/dht/ToxManager.hs
@@ -290,7 +290,7 @@ connectViaRelay tx theirKey theirDhtKey ann tkey now = do
290 Just contact -> do 290 Just contact -> do
291 established <- activeSesh tx theirKey 291 established <- activeSesh tx theirKey
292 runAction ann "connectViaRelay-print" $ do 292 runAction ann "connectViaRelay-print" $ do
293 dput XMan $ "connectViaRelay("++unpackAnnounceKey ann tkey++") " ++ show established 293 dput XMan $ "connectViaRelay("++unpackAnnounceKey ann tkey++") established=" ++ show established
294 return $ when (not established) go 294 return $ when (not established) go
295 -- $ scheduleImmediately ann tkey $ ScheduledItem go 295 -- $ scheduleImmediately ann tkey $ ScheduledItem go
296 -- return $ return () 296 -- return $ return ()