1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 23:13:14 +02:00

Fix ControlMaster behaviour

This commit is contained in:
Alexander Bantyev 2023-05-16 16:48:04 +04:00
parent 8976769a1c
commit 61cdb0b057
No known key found for this signature in database
GPG key ID: 48ABA304F3A30FE9
2 changed files with 17 additions and 7 deletions

View file

@ -28,6 +28,7 @@ private:
Sync<State> state_;
void addCommonSSHOpts(Strings & args);
bool isMasterRunning();
public: