diff options
-rw-r--r-- | Remote/WebDAV.hs | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Remote/WebDAV.hs b/Remote/WebDAV.hs index bb8b4cc06..d427d67a9 100644 --- a/Remote/WebDAV.hs +++ b/Remote/WebDAV.hs @@ -183,7 +183,7 @@ testDav url (Just (u, p)) = do test $ liftIO $ evalDAVT url $ do prepDAV user pass makeParentDirs - inLocation tmpDir $ void mkCol + void $ mkColRecursive tmpDir inLocation (tmpLocation "git-annex-test") $ do putContentM (Nothing, L.empty) delContentM diff --git a/debian/changelog b/debian/changelog index 825d8d46d..f11d6d37a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ git-annex (5.20140916) UNRELEASED; urgency=medium automatically shut down the assistant. Closes: #761261 * Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is not yet supported on Windows. + * WebDav: Fix enableremote crash when the remote already exists. + (Bug introduced in version 5.20140817.) -- Joey Hess <joeyh@debian.org> Mon, 15 Sep 2014 14:39:17 -0400 |