about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/ssh.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libstore/ssh.hh')
-rw-r--r--third_party/nix/src/libstore/ssh.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/ssh.hh b/third_party/nix/src/libstore/ssh.hh
index 7cdc69e0ab..23952ccb12 100644
--- a/third_party/nix/src/libstore/ssh.hh
+++ b/third_party/nix/src/libstore/ssh.hh
@@ -25,7 +25,7 @@ class SSHMaster {
   void addCommonSSHOpts(Strings& args);
 
  public:
-  SSHMaster(const std::string& host, const std::string& keyFile, bool useMaster,
+  SSHMaster(const std::string& host, std::string keyFile, bool useMaster,
             bool compress, int logFD = -1);
 
   struct Connection {