From 5bf34b0db48aed1f2bbb8dc038c68dc5eb9235c7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 10 Mar 2018 12:35:17 +0000 Subject: [PATCH] ssh fetcher: Fix build --- Sparkles/SSHFetcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkles/SSHFetcher.cs b/Sparkles/SSHFetcher.cs index b86bef1e..d7950b35 100644 --- a/Sparkles/SSHFetcher.cs +++ b/Sparkles/SSHFetcher.cs @@ -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");