fix build on windows

deletestale renamed from cleanstale
This commit is contained in:
Joey Hess 2024-03-26 13:12:58 -04:00
parent 418e97e847
commit 07baa7ffcf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -142,7 +142,7 @@ checkTransfer t = debugLocks $ do
readTransferInfoFile Nothing (fromRawFilePath tfile) readTransferInfoFile Nothing (fromRawFilePath tfile)
Just lockhandle -> do Just lockhandle -> do
dropLock lockhandle dropLock lockhandle
cleanstale deletestale
return Nothing return Nothing
#endif #endif