fix build without servant

This commit is contained in:
Joey Hess 2024-07-30 09:49:37 -04:00
parent d1b641cb1e
commit 640fdffd12
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
p2pHttpClient _rmt fallback () = fallback
p2pHttpClientVersions _rmt fallback () = fallback
"This remote uses an annex+http url, but this version of git-annex is not build with support for that."
#endif