ssh fetcher: Fix build

This commit is contained in:
Hylke Bons 2018-03-10 12:35:17 +00:00
parent dfa2cc4fff
commit 5bf34b0db4

View file

@ -34,7 +34,7 @@ namespace Sparkles {
public override bool Fetch ()
{
string host_key = FetchHostKey ();
bool host_key_warning;
bool host_key_warning = false;
if (string.IsNullOrEmpty (RemoteUrl.Host) || host_key == null) {
Logger.LogInfo ("Auth", "Could not fetch host key");