fix build without servant some more

This commit is contained in:
Joey Hess 2024-07-30 10:53:44 -04:00
parent 1560e0eee9
commit 41cef62dad
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -156,7 +156,7 @@ p2pHttpClientVersions allowedversion rmt fallback clientaction =
M.insert (Git.CredentialBaseURL credentialbaseurl) cred cc
Nothing -> noop
#else
p2pHttpClientVersions _rmt fallback () = fallback
p2pHttpClientVersions _ _ fallback () = fallback
"This remote uses an annex+http url, but this version of git-annex is not build with support for that."
#endif