diff options
author | Joe <rbo@gmx.us> | 2024-04-24 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-24 20:20:20 +0200 |
commit | 6df427e26a4e4890ad9994940bb38cd96e5970e8 (patch) | |
tree | 2c5caadc228e706402c489ccd2561c34e690792f /src/c_exec.go | |
parent | jump (diff) | |
download | hardflip-6df427e26a4e4890ad9994940bb38cd96e5970e8.tar.gz hardflip-6df427e26a4e4890ad9994940bb38cd96e5970e8.tar.bz2 hardflip-6df427e26a4e4890ad9994940bb38cd96e5970e8.tar.xz hardflip-6df427e26a4e4890ad9994940bb38cd96e5970e8.tar.zst hardflip-6df427e26a4e4890ad9994940bb38cd96e5970e8.zip |
refactor
Diffstat (limited to 'src/c_exec.go')
-rw-r--r-- | src/c_exec.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c_exec.go b/src/c_exec.go index d36951b..371e28c 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -53,7 +53,6 @@ package main import ( "bytes" - // "fmt" "math/rand/v2" "os" "os/exec" @@ -230,7 +229,6 @@ func c_format_cmd(host *HostNode, opts HardOpts, } func c_redirect_ssh(host *HostNode, local_port uint16) error { - // TODO: here rdr_fmt := []string{} rdr_fmt = append(rdr_fmt, "ssh", "-f") rdr_fmt = append(rdr_fmt, "-L", |