diff options
Diffstat (limited to 'ToxManager.hs')
-rw-r--r-- | ToxManager.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ToxManager.hs b/ToxManager.hs index 2aeff620..14b2070c 100644 --- a/ToxManager.hs +++ b/ToxManager.hs | |||
@@ -444,7 +444,7 @@ gotAddr' ni@(nodeAddr -> addr) tx theirKey theirDhtKey = atomically blee | |||
444 | then return $ return () | 444 | then return $ return () |
445 | else if (now > cookieCreationStamp + cookieMaxAge) | 445 | else if (now > cookieCreationStamp + cookieMaxAge) |
446 | then return $ | 446 | then return $ |
447 | dput XUnused "getCookieIO/shaker - cookie expired" >> | 447 | dput XNetCrypto "getCookieIO/shaker - cookie expired" >> |
448 | getCookieIO | 448 | getCookieIO |
449 | else do | 449 | else do |
450 | reschedule' 5 shaker | 450 | reschedule' 5 shaker |