From 2422fc199fb859b502ab61cbc0d64604b93508a9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Oct 2012 15:37:57 -0400 Subject: check and drop unwanted content from remotes after receiving a transfer --- Assistant/Threads/TransferScanner.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant/Threads/TransferScanner.hs') diff --git a/Assistant/Threads/TransferScanner.hs b/Assistant/Threads/TransferScanner.hs index 5eb3784bd..4cd6915f5 100644 --- a/Assistant/Threads/TransferScanner.hs +++ b/Assistant/Threads/TransferScanner.hs @@ -125,7 +125,7 @@ expensiveScan st dstatus transferqueue rs = unless onlyweb $ do syncrs <- liftIO $ syncRemotes <$> getDaemonStatus dstatus present <- inAnnex key - handleDrops' locs syncrs present f key + handleDrops locs syncrs present f key let slocs = S.fromList locs let use a = return $ catMaybes $ map (a key slocs) syncrs -- cgit v1.2.3