diff options
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/Tox.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Tox.hs b/src/Network/Tox.hs index 45f8e633..20302343 100644 --- a/src/Network/Tox.hs +++ b/src/Network/Tox.hs | |||
@@ -313,7 +313,7 @@ netCryptoWithBackoff millisecs tox myseckey theirpubkey = do | |||
313 | hPutStrLn stderr ("netCrypto: Already have a session for " ++ show mykeyAsId ++ "<-->" ++ show theirkeyAsId) | 313 | hPutStrLn stderr ("netCrypto: Already have a session for " ++ show mykeyAsId ++ "<-->" ++ show theirkeyAsId) |
314 | return matchedSessions | 314 | return matchedSessions |
315 | -- if not, send handshake, this is separate session | 315 | -- if not, send handshake, this is separate session |
316 | Nothing -> do | 316 | _ -> do |
317 | -- if no session: | 317 | -- if no session: |
318 | -- Convert to NodeInfo, so we can send cookieRequest | 318 | -- Convert to NodeInfo, so we can send cookieRequest |
319 | let crypto = toxCryptoKeys tox | 319 | let crypto = toxCryptoKeys tox |