variable name
This commit is contained in:
parent
8a48d08abd
commit
10682eb882
1 changed files with 2 additions and 2 deletions
|
@ -885,8 +885,8 @@ clientKeepLocked clientenv (ProtocolVersion ver) lckid cu su bypass keeplocked =
|
||||||
S.Yield (UnlockRequest False) $ S.Effect $ do
|
S.Yield (UnlockRequest False) $ S.Effect $ do
|
||||||
liftIO $ print "sent keep locked request"
|
liftIO $ print "sent keep locked request"
|
||||||
return $ S.Effect $ do
|
return $ S.Effect $ do
|
||||||
stilllock <- liftIO $ atomically $ takeTMVar keeplocked
|
stilllocked <- liftIO $ atomically $ takeTMVar keeplocked
|
||||||
if stilllock
|
if stilllocked
|
||||||
then return unlocksender
|
then return unlocksender
|
||||||
else do
|
else do
|
||||||
liftIO $ print "sending unlock request"
|
liftIO $ print "sending unlock request"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue