fix build on windows
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Mar 2024 17:12:58 +0000 (13:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Mar 2024 17:12:58 +0000 (13:12 -0400)
deletestale renamed from cleanstale

Logs/Transfer.hs

index 78fc999b6035eeafaea687fa9433687d5f16cc8e..88c2f947cc6fb3378aa0f9ba88605b97934fb390 100644 (file)
@@ -142,7 +142,7 @@ checkTransfer t = debugLocks $ do
                        readTransferInfoFile Nothing (fromRawFilePath tfile)
                Just lockhandle -> do
                        dropLock lockhandle
-                       cleanstale
+                       deletestale
                        return Nothing
 #endif